solute 0.1.0

Generate unique github-like avatars in Rust!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.draw]
version = "0.3.0"

[dependencies.sha2]
version = "0.9.8"

[package]
authors = ["aiocat@protonmail.com"]
description = "Generate unique github-like avatars in Rust!"
edition = "2018"
homepage = "https://gitlab.com/aiocat/solute"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["avatar", "draw", "2d-graphics", "github-like"]
license = "MIT"
name = "solute"
repository = "https://gitlab.com/aiocat/solute"
version = "0.1.0"