readable-hash

Crates.ioreadable-hash
lib.rsreadable-hash
version0.1.0
created_at2025-08-24 05:01:47.47878+00
updated_at2025-08-24 05:01:47.47878+00
descriptionGenerate human-readable strings from SHA-256 hashes using syllable mapping
homepage
repositoryhttps://github.com/renatgalimov/readable-hash-rs
max_upload_size
id1808084
size40,139
Renat Galimov (renatgalimov)

documentation

https://docs.rs/readable-hash

README

Rust Lint

readable-hash-rs

Human-readable hashes for Rust.

Usage

Add the crate to your Cargo.toml:

readable-hash = "0.1"

Generate a hash:

use readable_hash::naive_readable_hash;

fn main() {
    let hash = naive_readable_hash("hello");
    println!("{hash}");
}
Commit count: 29

cargo fmt