sdbm 0.1.3

SDBM is a non-cryptographic hashing algorithm
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 5.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.08 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • bvanrijn/sdbm
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bvanrijn

sdbm

SDBM is a non-cryptographic hashing algorithm.

Usage

To use it, simply add this to your Cargo.toml:

[dependencies]
sdbm = "*"

Using it is as simple as:

fn main() {
    dbg!(sdbm::sdbm_hash("Hello, Rustaceans!"));
}

This will print:

[src/main.rs:2] sdbm::sdbm_hash("Hello, Rustaceans!") = 98379892