kitedb 0.2.3

High-performance embedded graph database
Documentation
1
2
3
4
//! Vector normalization utilities

// Re-exported from distance.rs
pub use super::distance::{is_normalized, l2_norm, normalize, normalize_in_place};