sonic-core 0.1.1

Fast, lightweight and schema-less search backend.
Documentation
// 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!()
}