Docs.rs
bitbazaar-0.0.14
bitbazaar 0.0.14
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
zakstucke
Dependencies
aide ^0.13
normal
axum ^0.7
normal
chrono ^0.4
normal
clap ^4.4
normal
colored ^2.0
normal
comfy-table ^7.1
normal
deadpool-redis ^0.14
normal
once_cell ^1.18
normal
opentelemetry ^0.21
normal
opentelemetry-otlp ^0.14
normal
opentelemetry_sdk ^0.21
normal
parking_lot ^0.12
normal
pyo3 ^0.20
normal
redis ^0.24
normal
regex ^1.10
normal
run_script ^0.10
normal
shlex ^1.2
normal
spez ^0.1
normal
time ^0.3
normal
tonic ^0.9
normal
tracing ^0.1
normal
tracing-appender ^0.2
normal
tracing-opentelemetry ^0.22
normal
tracing-subscriber ^0.3
normal
homedir ^0.2.1
dev
portpicker ^0.1.1
dev
rstest ^0.18.2
dev
serial_test ^2.0
dev
tempfile ^3.8
dev
tokio ^1.35
dev
uuid ^1.6.1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bitbazaar
0.0.14
Module hash
Functions
In crate bitbazaar
?
Module
bitbazaar
::
hash
source
·
[
−
]
Expand description
Hashing utilities.
Functions
fnv1a
FNV1a hash function. Note this is completely insecure, and should not be used for secure hashing. It should be used when speed is needed, and the hash does not need to be secure.