1
2
3
4
5
6
#![allow(clippy::vec_box)]

pub use self::prefixer::prefixer;

pub mod options;
mod prefixer;