nodedb-vector 0.3.0

Shared vector engine (HNSW index + distance functions) for NodeDB Origin and Lite
Documentation
1
2
3
4
5
// SPDX-License-Identifier: Apache-2.0

pub mod cast;

pub use cast::{DtypeError, cast_from_f32, cast_to_f32, validate_byte_len};