Registry / other / hnsw-rs

hnsw-rs

JSON →
library0.3.4rscratesunverified

Ann based on Hierarchical Navigable Small World Graphs from Yu.A. Malkov and D.A Yashunin.

# Cargo.toml [dependencies] hnsw_rs = "0.3.4"
INSTALL
IMPORT
SIG · HNSW-RS
H
hnsw-rs
otherrustv0.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hnsw
use hnsw_rs::Hnsw;

Create a new HNSW index.

use hnsw_rs::Hnsw; fn main() { let hnsw = Hnsw::new(16, 200); println!("HNSW created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hnsw-rs — cargo add hnsw-rs · libregistry