Crates.io | ahqstore_gh_hash |
lib.rs | ahqstore_gh_hash |
version | 1.2.0 |
source | src |
created_at | 2024-09-13 14:18:11.500201 |
updated_at | 2024-09-13 14:30:04.943838 |
description | Generate AHQ Store GH Hash |
homepage | |
repository | https://github.com/ahqstore/gh_hash |
max_upload_size | |
id | 1373716 |
size | 1,799 |
Generate AHQ Store Username Hashes
use ahqstore_gh_hash::compute;
pub fn main() {
let hash = compute("my username");
println!("{hash}");
}