Registry / utility / svgbobdoc

svgbobdoc

JSON →
library0.3.0rscratesunverified

Renders ASCII diagrams in Rust doc comments as SVG images for documentation.

# Cargo.toml [dependencies] svgbobdoc = "0.3.0"
INSTALL
IMPORT
SIG · SVGBOBDOC
S
svgbobdoc
utilityrustv0.3.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.

render_doc
use svgbobdoc::render_doc;

Renders an ASCII diagram to SVG.

use svgbobdoc::render_doc; fn main() { let svg = render_doc("/* * +---+\n * | A |\n * +---+ */"); println!("SVG: {}", svg); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
svgbobdoc — cargo add svgbobdoc · libregistry