hash-table-id

Crates.iohash-table-id
lib.rshash-table-id
version0.1.0
sourcesrc
created_at2023-10-09 01:45:43.635983
updated_at2023-10-09 01:45:43.635983
descriptionget table num for key's hash code
homepagehttps://github.com/qingmo/hash-table-id
repositoryhttps://github.com/qingmo/hash-table-id
max_upload_size
id997578
size9,337
(qingmo)

documentation

https://docs.rs/hash-table-id/

README

适用于java String hash后计算对应的表id

Usage

cargo build --release

./target/release/hash-table-id -k "abc" -c 8

Suggestion:

You can use this cmd with Alfred.

demo

Commit count: 6

cargo fmt