1 2 3 4 5 6
#![cfg_attr(feature = "fail-on-warnings", deny(warnings))] #[cfg(feature = "api")] pub mod api; pub mod library;