1 个不稳定版本
0.1.0 | 2024年2月23日 |
---|
#254 in 可视化
在 gguppy 中使用
14KB
365 行
arwggplot
arwggplot 是 gguppy 绘图库的一部分,但也可以独立使用来创建图像。
- 🛠️ 为
gguppy
在no_std
Rust 中提供的简约 svg 后端 - 🛠️ 提供矢量后端到 svg、eps 等
- 🛠️ 提供光栅后端到 bmp、png 等
模块结构
- src
-
lib.rs -
mod
和re-export
-
svg - 在
no_std
Rust 中对 svg 规范的非穷尽实现深受 https://github.com/bodoni/svg 和 https://github.com/RazrFalcon/resvg/tree/master/crates/usvg 的启发,但不是它们的直接替代品
- mod.rs -
mod
和re-export
- attribute.rs - SVG 属性
- element.rs - SVG 元素
- mod.rs -
-