#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

#75 in #count

Download history 81/week @ 2024-11-15 91/week @ 2024-11-22 85/week @ 2024-11-29 156/week @ 2024-12-06 146/week @ 2024-12-13 66/week @ 2024-12-20 22/week @ 2024-12-27 69/week @ 2025-01-03 139/week @ 2025-01-10 106/week @ 2025-01-17 76/week @ 2025-01-24 190/week @ 2025-01-31 140/week @ 2025-02-07 98/week @ 2025-02-14 131/week @ 2025-02-21 93/week @ 2025-02-28

489 downloads per month
Used in 5 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