mnestic 0.8.2

A transactional relational-graph-vector database using Datalog — a maintained fork of CozoDB, tuned as a substrate for agentic memory
1
2
3
4
5
6
7
8
9
/*
 * Code under this module is adapted from the Cang-jie project
 * https://github.com/DCjanus/cang-jie
 * All code here are licensed under the MIT license, as in the original project.
 */

pub(crate) mod options;
pub(crate) mod stream;
pub(crate) mod tokenizer;