Docs.rs
disk-based-bfs-0.1.0
disk-based-bfs 0.1.0
Permalink
Docs.rs crate page
SSPL-1.0
Links
Repository
crates.io
Source
Owners
benwh1
Dependencies
bytemuck ^1.18.0
normal
cityhasher ^0.1.0
normal
fs4 ^0.12.0
normal
itertools ^0.14.0
normal
libc ^0.2.159
normal
parking_lot ^0.12.3
normal
rand ^0.8.5
normal
serde ^1.0.210
normal
serde_derive ^1.0.210
normal
serde_json ^1.0.128
normal
thiserror ^2.0.11
normal
tracing ^0.1.40
normal
xxhash-rust ^0.8.12
normal
zstd ^0.13.2
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Module expander
disk_
based_
bfs
0.1.0
Module expander
Module Items
Constants
Traits
In crate disk_
based_
bfs
disk_based_bfs
Module
expander
Copy item path
Source
Expand description
Defines the
BfsExpander
trait.
Constants
§
NONE
A value that represents no node.
Traits
§
BfsExpander
Defines the graph that the BFS will traverse.