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

pub use self::strip::*;

pub mod strip;