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

mod style;

pub mod conventional;
pub mod no_style;

pub use style::*;