vipune 0.6.0

A minimal memory layer for AI agents
Documentation
1
2
3
4
5
6
7
#[cfg(test)]
mod tests {
    #[path = "crud_tests.rs"]
    mod crud;
    #[path = "migration_tests.rs"]
    mod migration;
}