1 2 3 4 5 6
//! A bit less code to carry with almost any program #![warn(clippy::all, missing_docs, nonstandard_style, future_incompatible)] pub mod error; pub mod journal;