bustools_cli/
lib.rs

1//! While this is mostly a CLI binary around bustools, some functionality might be useful as a library,
2//! in particular the [count], [count2] and [butterfly] modules.
3//!
4#![deny(missing_docs)]
5pub mod busmerger;
6pub mod concat;
7pub mod correct;
8pub mod inspect;
9pub mod sort;