solute

Crates.iosolute
lib.rssolute
version0.1.0
sourcesrc
created_at2021-10-14 18:34:47.639966
updated_at2021-10-14 18:34:47.639966
descriptionGenerate unique github-like avatars in Rust!
homepagehttps://gitlab.com/aiocat/solute
repositoryhttps://gitlab.com/aiocat/solute
max_upload_size
id465048
size7,056
0x707 (aiocat)

documentation

README

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.

Commit count: 7

cargo fmt