Registry / utility / graphviz-rust

graphviz-rust

JSON →
library0.9.8rscratesunverified

Provides basic access to graphs in Graphviz format with import/export capabilities.

# Cargo.toml [dependencies] graphviz-rust = "0.9.8"
INSTALL
IMPORT
SIG · GRAPHVIZ-RUST
G
graphviz-rust
utilityrustv0.9.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graphviz
use graphviz_rust::Graphviz;

Parse a Graphviz DOT string and output it again.

use graphviz_rust::Graphviz; fn main() -> Result<(), Box<dyn std::error::Error>> { let g = Graphviz::from_string("digraph { a -> b }")?; println!("{}", g.to_string()); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.8latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
graphviz-rust — cargo add graphviz-rust · libregistry