Docs.rs
cairo-lang-utils-2.13.0
cairo-lang-utils 2.13.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
hashbrown ^0.16.0
normal
indexmap ^2.10.0
normal
itertools ^0.14.0
normal
num-bigint ^0.4.6
normal
num-traits ^0.2.19
normal
parity-scale-codec ^3.7.5
normal
optional
salsa ^0.24.0
normal
optional
schemars ^1.0.4
normal
optional
serde ^1.0.219
normal
optional
smol_str ^0.3.2
normal
tracing ^0.1.40
normal
optional
tracing-log ^0.2.0
normal
optional
tracing-subscriber ^0.3.20
normal
optional
vector-map ^1.0.2
normal
optional
serde_json ^1.0.142
dev
test-case ^3.3.1
dev
tracing ^0.1.40
dev
Versions
72.46%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-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
Module scc_graph_node
cairo_
lang_
utils
2.13.0
Module scc_
graph_
node
Module Items
Structs
In cairo_
lang_
utils::
graph_
algos
cairo_lang_utils
::
graph_algos
Module
scc_
graph_
node
Copy item path
Source
Structs
ยง
SccGraph
Node
A node whose neighbors are only the subset of its neighbors in the full graph, which are also in the same SCC (strongly-connected-component) with it.