Registry / utility / hypermelon

hypermelon

JSON →
library1.0.0rscratesunverified

Write SVG / HTML / XML programmatically.

# Cargo.toml [dependencies] hypermelon = "1.0.0"
INSTALL
IMPORT
SIG · HYPERMELON
H
hypermelon
utilityrustv1.0.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.

svg
use hypermelon::svg;

Create an SVG circle using the svg! macro.

use hypermelon::svg; fn main() { let doc = svg! { circle cx="50" cy="50" r="40" stroke="green" fill="yellow" }; println!("{}", doc); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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