cmph-sys 0.1.0

Low-level bindings for CMPH (C Minimal Perfect Hashing Library)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-dependencies.bindgen]
version = "0.59"

[package]
authors = ["Piotr Beling <qwak82@gmail.com>"]
categories = ["external-ffi-bindings", "data-structures", "compression"]
description = "Low-level bindings for CMPH (C Minimal Perfect Hashing Library)"
edition = "2021"
keywords = ["hashing", "hash", "minimal", "perfect"]
license = "LGPL-2.0 OR MPL-1.1"
name = "cmph-sys"
readme = "README.md"
repository = "https://github.com/beling/cmph-sys"
resolver = "2"
version = "0.1.0"