Registry / utility / dot-generator

dot-generator

JSON →
library0.2.0rscratesunverified

A set of macros to generate DOT graph description files.

# Cargo.toml [dependencies] dot-generator = "0.2.0"
INSTALL
IMPORT
SIG · DOT-GENERATOR
D
dot-generator
utilityrustv0.2.0
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.

digraph
use dot_generator::digraph;

Generate a simple DOT graph

use dot_generator::digraph; fn main() { let graph = digraph! { "A" -> "B" }; println!("{:?}", graph); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Bingbot
1
Resources
dot-generator — cargo add dot-generator · libregistry