1 2 3 4 5
#![doc = include_str!("../README.md")] #![warn(missing_docs)] #![warn(clippy::pedantic)] pub mod bincsv; pub mod filters;