eth-blockies 0.9.1

A lightweight library to get Ethereum blockies raw data, which can be used for creating blockies icon images, printing to terminal, etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bencher"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dfdb4953a096c551ce9ace855a604d702e6e62d77fac690575ae347571717f5"

[[package]]
name = "eth-blockies"
version = "0.9.1"
dependencies = [
 "bencher",
]