1 2 3 4 5 6 7 8 9 10 11 12 13
// Sonic // // Fast, lightweight and schema-less search backend // Copyright: 2026, Rémi Bardon <remi@remibardon.name> // License: Mozilla Public License v2.0 (MPL v2.0) #![allow(dead_code, unused_imports)] pub mod data; pub mod logging_transport; pub mod macros; pub(crate) use crate::common::macros::{logging, timed};