2 releases (1 stable)

1.0.0 Jan 12, 2023
0.1.0 Mar 23, 2021

#1471 in Cryptography

Download history 302/week @ 2025-02-05 234/week @ 2025-02-12 595/week @ 2025-02-19 544/week @ 2025-02-26 860/week @ 2025-03-05 889/week @ 2025-03-12 489/week @ 2025-03-19 520/week @ 2025-03-26 490/week @ 2025-04-02 466/week @ 2025-04-09 325/week @ 2025-04-16 296/week @ 2025-04-23 252/week @ 2025-04-30 169/week @ 2025-05-07 301/week @ 2025-05-14 203/week @ 2025-05-21

1,019 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.2–4MB
~71K SLoC