Docs.rs
pugio-lib-0.3.0
pugio-lib 0.3.0
Permalink
Docs.rs crate page
BSD-2-Clause-Patent
Links
Repository
crates.io
Source
Owners
my4ng
Dependencies
colorous ^1.0
normal
colorsys ^0.7
normal
humansize ^2.1
normal
petgraph ^0.8
normal
serde ^1
normal
serde_json ^1
normal
strum ^0.27
normal
thiserror ^2
normal
tinytemplate ^1.2
normal
Versions
90.24%
of the crate is documented
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 graph
pugio_
lib
0.3.0
Module graph
Module Items
Structs
In crate pugio_
lib
pugio_lib
Module
graph
Copy item path
Source
Structs
ยง
DotOptions
Options for outputting the graph in DOT format.
Edge
Weight
The weight of a directed edge in the dependency graph, representing a binary relation of dependency of the source node on the target node.
Graph
Represents a dependency directed acyclic graph (DAG) with size information, where each node represents a crate, and each directed edge represents a binary relation of dependency of the source node on the target node.
Node
Weight
The weight of a node in the dependency graph, representing a crate.