1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
// 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) //! Feature: Data isolation mod common; use crate::common::*; #[test] #[ignore] fn todo() { init_logging(); unimplemented!() }