unsvg
unsvg is a Rust crate that provides a very simple SVG (Scalable Vector
Graphics) rendering library. It is built upon the solid foundation of the
resvg crate and offers developers an
easy to use system for generating simple images.
Unsvg was developed for COMP6991: Solving Modern Programming Problems with Rust, a course at the University of New South Wales.
Usage
To use unsvg in your Rust project, simply add it as a dependency in your
Cargo.toml:
[]
= "0.1"
Then, import it into your code:
use ;
For detailed usage instructions and examples, please refer to the documentation.
Documentation
Explore the full capabilities of unsvg by visiting our
documentation. You'll find comprehensive
guides, API references, and example code to help you get started quickly.
Contributions
We welcome contributions from the open-source community. If you find issues, have feature requests, or want to contribute code, please visit our GitHub repository here and get involved.
License
unsvg is Copyright © University of New South Wales, licensed under MIT or Apache 2.0
at your option.