velesdb-core 3.0.0

High-performance vector database engine written in Rust
Documentation
1
2
3
4
5
6
//! Binary wire formats shared across the server, CLI, and SDKs.
//!
//! These are pure byte (de)serialisers with no storage or persistence
//! dependency, so they compile on every target (including `wasm32`).

pub mod vrb1;