1 2 3 4 5 6
// #![allow(clippy::redundant_closure)] // Gives false positives for context! macro pub mod error; pub mod logging; pub mod result; pub mod shared_string;