Docs.rs
diskann-disk-0.50.1
diskann-disk 0.50.1
Docs.rs crate page
MIT
28 April 2026
Links
Documentation
crates.io
Source
Owners
metajack
hildebrandmw
harsha-simhadri
Dependencies
anyhow ^1.0.98
normal
bincode ^1.3.3
normal
bytemuck ^1.23.0
normal
byteorder ^1.5.0
normal
cfg-if ^1.0.0
normal
diskann ^0.50.1
normal
diskann-linalg ^0.50.1
normal
diskann-platform ^0.50.1
normal
diskann-providers ^0.50.1
normal
diskann-quantization ^0.50.1
normal
diskann-utils ^0.50.1
normal
diskann-vector ^0.50.1
normal
futures-util ^0.3.31
normal
half ^2.6.0
normal
hashbrown ^0.16.0
normal
opentelemetry ^0.30.0
normal
optional
rand ^0.9.3
normal
rayon ^1.10.0
normal
serde ^1.0.228
normal
thiserror ^2.0.12
normal
tokio ^1.48.0
normal
tracing ^0.1.40
normal
vfs ^0.12.1
normal
approx ^0.5.1
dev
criterion ^0.5.1
dev
diskann ^0.50.1
dev
diskann-providers ^0.50.1
dev
diskann-utils ^0.50.1
dev
iai-callgrind ^0.14.0
dev
proptest ^1.6.0
dev
rstest ^0.23.0
dev
tempfile ^3.20.0
dev
vfs ^0.12.1
dev
io-uring ^0.6.4
normal
libc ^0.2.148
normal
Versions
45.42%
of the crate is documented
Go to latest version
Platform
aarch64-pc-windows-msvc
x86_64-pc-windows-msvc
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 data_model
diskann_
disk
0.50.1
Module data_
model
Module Items
Re-exports
Modules
Structs
Enums
In crate diskann_
disk
diskann_disk
Module
data_
model
Copy item path
Source
Re-exports
§
pub use graph_data_types::
AdHoc
;
pub use graph_data_types::
GraphDataType
;
Modules
§
graph_
data_
types
Structs
§
Cache
Graph
Header
GraphHeader. The header is stored in the first sector of the disk index file, or the first segment of the JET stream.
Graph
Layout
Version
Graph layout version. In the format of
major.minor
.
Graph
Metadata
Index graph metadata. The metadata is stored in the first sector of the disk index file, or the first segment of the BigStorageStream. The metadata is like a “header” of the index graph.
Enums
§
Caching
Strategy