Docs.rs
sim-lib-discrete-graph-0.1.1
sim-lib-discrete-graph 0.1.1
Docs.rs crate page
MPL-2.0
06 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
boherlin
Dependencies
sim-lib-discrete-algebra ^0.1.0
normal
thiserror ^1
normal
Versions
100%
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
Module graph
sim_
lib_
discrete_
graph
0.1.1
Module graph
Module Items
Structs
In crate sim_
lib_
discrete_
graph
sim_lib_discrete_graph
Module
graph
Copy item path
Source
Expand description
The weighted graph value type and its adjacency expansion.
Structs
ยง
Graph
A weighted graph over node labels
N
and edge weights
W
.
Neighbor
One adjacency: the edge taken and the neighbor reached.