1
2
3
4
5
6
7
8
#![warn(clippy::all)]

pub mod adapters;
pub mod args;
mod caching_writer;
pub mod preproc;
pub mod preproc_cache;
pub use caching_writer::CachingWriter;