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

pub use self::prefixer::prefixer;

pub mod options;
mod prefixer;