ahqstore_gh_hash

Crates.ioahqstore_gh_hash
lib.rsahqstore_gh_hash
version1.2.0
sourcesrc
created_at2024-09-13 14:18:11.500201
updated_at2024-09-13 14:30:04.943838
descriptionGenerate AHQ Store GH Hash
homepage
repositoryhttps://github.com/ahqstore/gh_hash
max_upload_size
id1373716
size1,799
AHQ (ahqsoftwares)

documentation

README

gh_hash

Generate AHQ Store Username Hashes

use ahqstore_gh_hash::compute;

pub fn main() {
  let hash = compute("my username");

  println!("{hash}");
}
Commit count: 0

cargo fmt