# solute
Generate unique github-like avatars in Rust!
## Links
- [Online Documentation](https://docs.rs/solute/)
- [Crates.io](https://crates.io/crates/solute)
- [GitHub Mirror](https://github.com/aiocat/solute)
## 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:
- Make sure you add the comments for your codes.
- Please do not something useless.
## Authors
- [Aiocat](https://gitlab.com/aiocat)
## License
This project is distributed under MIT license.
## Project status
Under development.