#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

#91 in #count

Download history 64/week @ 2023-12-11 136/week @ 2023-12-18 38/week @ 2023-12-25 27/week @ 2024-01-01 53/week @ 2024-01-08 75/week @ 2024-01-15 55/week @ 2024-01-22 32/week @ 2024-01-29 64/week @ 2024-02-05 101/week @ 2024-02-12 135/week @ 2024-02-19 116/week @ 2024-02-26 97/week @ 2024-03-04 95/week @ 2024-03-11 106/week @ 2024-03-18 113/week @ 2024-03-25

426 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