solute 0.1.0

Generate unique github-like avatars in Rust!
Documentation
  • Coverage
  • 44.44%
    4 out of 9 items documented3 out of 4 items with examples
  • Size
  • Source code size: 18.34 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.79 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • aiocat/solute
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aiocat

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.