Docs.rs
claw-vector-0.1.2
claw-vector 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
UncleTom29
Dependencies
async-trait ^0.1.89
normal
blake3 ^1.8.5
normal
byteorder ^1.5.0
normal
chrono ^0.4.44
normal
futures ^0.3.32
normal
governor ^0.8.1
normal
hex ^0.4.3
normal
hnsw_rs ^0.3.4
normal
lru ^0.12.5
normal
memmap2 ^0.9.10
normal
ndarray ^0.16.1
normal
prost ^0.13.5
normal
rayon ^1.12.0
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
sha2 ^0.10.9
normal
sqlx ^0.8
normal
thiserror ^1.0.69
normal
tokio ^1.52.1
normal
tokio-stream ^0.1.18
normal
tonic ^0.12.3
normal
tracing ^0.1.44
normal
tracing-subscriber ^0.3.23
normal
uuid ^1.23.1
normal
approx ^0.5.1
dev
criterion ^0.5.1
dev
tempfile ^3.27.0
dev
tokio-test ^0.4.5
dev
protoc-bin-vendored ^3.2.0
build
tonic-build ^0.12.3
build
Versions
100%
of the crate is documented
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
Module store
claw_
vector
0.1.2
Module store
Module Items
Re-exports
Modules
In crate claw_
vector
claw_vector
Module
store
Copy item path
Source
Expand description
SQLite and mmap vector storage backends.
Re-exports
§
pub use sqlite::
SqliteStore
;
pub use sqlite::
VectorStore
;
Modules
§
mmap
Memory-mapped vector file storage.
sqlite
SQLite persistence for vector records and collection metadata.