1
2
3
4
5
#![deny(rust_2018_idioms)]
#![forbid(unsafe_code)]

///
pub mod ansi_c;