Generate unique github-like avatars in Rust!
```rust use solute::{Avatar};
fn main() { let mut avatar = Avatar::new("a nickname"); avatar.draw("test.svg"); } ```
If you found a bug or an error, please create a new issue at gitlab repository.
If you want to contribute this project:
This project is distributed under MIT license.
Under development.