solute

Generate unique github-like avatars in Rust!

Links

Example Usage

```rust 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:

Authors

License

This project is distributed under MIT license.

Project status

Under development.