Crates.io | solute |
lib.rs | solute |
version | 0.1.0 |
source | src |
created_at | 2021-10-14 18:34:47.639966 |
updated_at | 2021-10-14 18:34:47.639966 |
description | Generate unique github-like avatars in Rust! |
homepage | https://gitlab.com/aiocat/solute |
repository | https://gitlab.com/aiocat/solute |
max_upload_size | |
id | 465048 |
size | 7,056 |
Generate unique github-like avatars in 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.