2 releases (1 stable)

1.0.0 Jan 12, 2023
0.1.0 Mar 23, 2021

#601 in Cryptography

Download history 138/week @ 2024-03-13 140/week @ 2024-03-20 145/week @ 2024-03-27 112/week @ 2024-04-03 110/week @ 2024-04-10 154/week @ 2024-04-17 163/week @ 2024-04-24 85/week @ 2024-05-01 77/week @ 2024-05-08 114/week @ 2024-05-15 72/week @ 2024-05-22 101/week @ 2024-05-29 145/week @ 2024-06-05 195/week @ 2024-06-12 153/week @ 2024-06-19 108/week @ 2024-06-26

619 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
~70K SLoC