1 unstable release
0.1.0 | Feb 23, 2024 |
---|
#284 in Visualization
Used in gguppy
14KB
365 lines
arwggplot
arwggplot is part of the gguppy plotting library, but can also be used on its own to create images.
- 🛠️ Minimalist svg backend for
gguppy
inno_std
Rust - 🛠️ Features vector backends to svg, eps, and more
- 🛠️ Features raster backends to bmp, png, and more
Module Structure
- src
-
lib.rs -
mod
andre-export
-
svg - non-exhaustive implementation of the svg specification in
no_std
RustHeavily inspired by https://github.com/bodoni/svg and https://github.com/RazrFalcon/resvg/tree/master/crates/usvg but not a drop-in replacement for either of them
- mod.rs -
mod
andre-export
- attribute.rs - SVG attributes
- element.rs - SVG elements
- mod.rs -
-