Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charsyam/hashids_rust
/ functions
Functions
26 in github.com/charsyam/hashids_rust
⨍
Functions
26
◇
Types & classes
2
↓ 13 callers
Method
encode
(&self, numbers: &Vec<i64>)
src/lib.rs:226
↓ 3 callers
Method
decode
(&self, hash: String)
src/lib.rs:240
↓ 2 callers
Method
_encode
(&self, numbers: &Vec<i64>)
src/lib.rs:361
↓ 1 callers
Method
_decode
(&self, hash: String)
src/lib.rs:249
Method
decode_hex
(&self, hash: String)
src/lib.rs:215
Method
encode_hex
(&self, hex: String)
src/lib.rs:196
Method
get_min_hash_length
(length: usize)
src/lib.rs:105
Method
get_non_duplicated_string
(separators: String, alphabet: String)
src/lib.rs:152
Method
get_separators
(alphabet: String)
src/lib.rs:113
Method
get_unique_alphabet
(alphabet: String)
src/lib.rs:182
Method
hash
(input: i64, alphabet: String)
src/lib.rs:341
Method
hashids_shuffle
(alphabet: String, salt: String)
src/lib.rs:117
Method
index_of
(input: &[u8], v: u8)
src/lib.rs:306
Function
it_works_1
()
tests/lib.rs:6
Function
it_works_2
()
tests/lib.rs:24
Function
it_works_3
()
tests/lib.rs:52
Function
it_works_4
()
tests/lib.rs:69
Function
it_works_5
()
tests/lib.rs:86
Function
it_works_6
()
tests/lib.rs:103
Function
it_works_7
()
tests/lib.rs:120
Function
it_works_8
()
tests/lib.rs:137
Method
need_manipulate
(slen: usize, alen: usize)
src/lib.rs:97
Method
new
( salt: String, min_hash_length: usize, alphabet: String, )
src/lib.rs:33
Method
new_with_salt
(salt: String)
src/lib.rs:93
Method
new_with_salt_and_min_length
( salt: String, min_hash_length: usize, )
src/lib.rs:86
Method
unhash
(input: String, alphabet: String)
src/lib.rs:319