1 unstable release
0.1.0 | Oct 14, 2021 |
---|
#28 in #avatar
6KB
81 lines
solute
Generate unique github-like avatars in Rust!
Links
Example Usage
use solute::{Avatar};
fn main() {
let mut avatar = Avatar::new("a nickname");
avatar.draw("test.svg");
}
Found a Bug / Error?
If you found a bug or an error, please create a new issue at gitlab repository.
Contributing
If you want to contribute this project:
- Make sure you add the comments for your codes.
- Please do not something useless.
Authors
License
This project is distributed under MIT license.
Project status
Under development.
Dependencies
~2MB
~38K SLoC