committed/
lib.rs

1
2
3
4
5
6
7
8
9
10
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![warn(clippy::print_stderr)]
#![warn(clippy::print_stdout)]

mod style;

pub mod conventional;
pub mod no_style;

pub use style::*;