1 unstable release
Uses old Rust 2015
0.1.0 | May 11, 2017 |
---|
#94 in #count
395 downloads per month
Used in 4 crates
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.