hline 0.2.1

a grep-like tool that highlights lines in files
Documentation
1
2
3
4
5
6
7
8
//! File provides utilities for reading files for scanning.
//!
//! These types are not generally require for using the methods defined in the crate root, but can be useful to
//! ensure their output will be usable.
mod recorder;
pub mod utf8;

pub use recorder::ReadRecorder;