avatars 0.1.8

A library to generate SVG avatars from a seed string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.itoa]
version = "1.0.5"

[dependencies.strum]
features = ["derive"]
optional = true
version = "0.24.1"

[package]
authors = ["IgnisDa <ignisda2001@gmail.com>"]
description = "A library to generate SVG avatars from a seed string"
edition = "2021"
license = "MIT"
name = "avatars"
readme = "README.md"
repository = "https://github.com/IgnisDa/rust-libs"
version = "0.1.8"