sonic-core 0.1.1

Fast, lightweight and schema-less search backend.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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)

//! Utility functions.
//!
//! Most are internal, but some can be public if it makes the library easier to
//! use.

pub(crate) mod fmt;
pub(crate) mod itertools;
pub mod serde;