#line #count #file #quickly #count-lines

bin+lib linecount

Quickly count lines in a file

1 unstable release

Uses old Rust 2015

0.1.0 May 11, 2017

#94 in #count

Download history 97/week @ 2024-03-13 100/week @ 2024-03-20 133/week @ 2024-03-27 133/week @ 2024-04-03 101/week @ 2024-04-10 120/week @ 2024-04-17 102/week @ 2024-04-24 91/week @ 2024-05-01 126/week @ 2024-05-08 88/week @ 2024-05-15 99/week @ 2024-05-22 114/week @ 2024-05-29 109/week @ 2024-06-05 83/week @ 2024-06-12 118/week @ 2024-06-19 68/week @ 2024-06-26

395 downloads per month
Used in 4 crates

MIT license

3KB
62 lines

Description

Provides a function count_lines to count the number of lines in a file. The speed is comparable to GNU wc.


lib.rs:

Provides a fast line counting function.

No runtime deps