# Dotzilla Native Rust implementation of basic algebra routines. Roadmap: - [x] `dot32` inner product implementation for `&[f32]`. - [ ] `dot64` inner product implementation for`&[f64]`. - [x] `l2sq32` square euclidean distance for `&[f32]` - [ ] `l2sq64` square euclidean distance for `&[f64]`