Docs.rs
orbok-models-0.4.0
orbok-models 0.4.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
nabbisen
Dependencies
orbok-core ^0.4.0
normal
serde ^1
normal
sha2 ^0.10
normal
Versions
56.82%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
l2_normalize
orbok_
models
0.4.0
orbok_models
Function
l2_
normalize
Copy item path
Source
pub fn l2_normalize(v: &mut
Vec
<
f32
>)
Expand description
L2-normalize a vector in-place. No-op for the zero vector.