#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 104/week @ 2024-07-22 178/week @ 2024-07-29 113/week @ 2024-08-05 114/week @ 2024-08-12 115/week @ 2024-08-19 114/week @ 2024-08-26 165/week @ 2024-09-02 105/week @ 2024-09-09 89/week @ 2024-09-16 134/week @ 2024-09-23 136/week @ 2024-09-30 53/week @ 2024-10-07 89/week @ 2024-10-14 123/week @ 2024-10-21 93/week @ 2024-10-28 67/week @ 2024-11-04

376 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