Registry / utility / svg-fmt

svg-fmt

JSON →
library0.4.5rscratesunverified

Provides simple debugging utilities to dump shapes in SVG format.

# Cargo.toml [dependencies] svg_fmt = "0.4.5"
INSTALL
IMPORT
SIG · SVG-FMT
S
svg-fmt
utilityrustv0.4.5
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.

Svg
use svg_fmt::Svg;

Create and print an SVG document.

use svg_fmt::Svg; fn main() { let svg = Svg::new(100, 100); println!("{}", svg); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
svg-fmt — cargo add svg-fmt · libregistry