2 releases (1 stable)

1.0.0 Jan 12, 2023
0.1.0 Mar 23, 2021

#577 in Cryptography

Download history 92/week @ 2024-01-02 93/week @ 2024-01-09 151/week @ 2024-01-16 78/week @ 2024-01-23 148/week @ 2024-01-30 192/week @ 2024-02-06 93/week @ 2024-02-13 115/week @ 2024-02-20 166/week @ 2024-02-27 132/week @ 2024-03-05 133/week @ 2024-03-12 154/week @ 2024-03-19 108/week @ 2024-03-26 161/week @ 2024-04-02 100/week @ 2024-04-09 123/week @ 2024-04-16

513 downloads per month

Apache-2.0

18KB
870 lines

angry-purple-tiger

animal-based hash digests for humans.. in rust

Crates.io docs.rs Build Status Discord chat

Overview

Angry Purple Tiger generates animal-based hash diegests meant to be memorable and human-readable. Angry Purple Tiger is apt for anthropomorphizing project names, crypto addresses, UUIDs, or any complex string of characters that needs to be displayed in a user interface.

Example

use angry_purple_tiger::AnimalName;

let address = "112CuoXo7WCcp6GGwDNBo6H5nKXGH45UNJ39iEefdv2mwmnwdFt8";
let animal_name = address.parse::<AnimalName>().expect("animal name");
assert_eq!(animal_name, "feisty-glass-dalmatian")

Using CLI

$ cargo build --release
$ target/release/angry_purple_tiger 112CuoXo7WCcp6GGwDNBo6H5nKXGH45UNJ39iEefdv2mwmnwdFt8
feisty-glass-dalmatian

Dependencies

~1.3–3.5MB
~71K SLoC