Docs.rs
sz-orm-graph-6.2.0
sz-orm-graph 6.2.0
Permalink
Docs.rs crate page
MIT
05 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
ljclz
Dependencies
async-trait ^0.1
normal
crossbeam-queue ^0.3
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1.40
normal
tracing ^0.1
normal
Versions
45.05%
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 algorithm
sz_
orm_
graph
6.2.0
Module algorithm
Module Items
Structs
Type Aliases
In crate sz_
orm_
graph
sz_orm_graph
Module
algorithm
Copy item path
Source
Expand description
图算法(Graph Algorithms)
提供常用图算法:BFS/DFS 遍历、Dijkstra 最短路径、拓扑排序、 环检测、连通分量等。基于邻接表表示的图。
Structs
§
Directed
Graph
有向图
Undirected
Graph
无向图
Type Aliases
§
NodeId
图节点 ID 类型
Weight
边权重类型