squint 0.1.4

Encode sequential integer ids as random looking strings
Documentation
1
2
3
pub const fn tag(tag: &str) -> u64 {
    const_fnv1a_hash::fnv1a_hash_str_64(tag)
}