slice-command 0.4.2

slice is a command-line tool that allows you to slice the contents of a file using syntax similar to Python's slice notation.
1
2
3
4
5
mod buf_read;
mod iterator;

pub(crate) use buf_read::BufReadExt;
pub(crate) use iterator::IteratorExt;