golomb-coded-set 0.2.1

An implementation of BIP158 Golomb-Coded Set data structure
Documentation
[package]
name = "golomb-coded-set"
version = "0.2.1"
authors = ["Linfeng Qian <thewawar@gmail.com>"]
edition = "2018"
license = "MIT"

description = "An implementation of BIP158 Golomb-Coded Set data structure"
readme = "README.md"
repository = "https://github.com/nervosnetwork/golomb-coded-set"
keywords = ["golomb", "set", "bip158"]
categories = ["algorithms", "data-structures"]

[dependencies]
siphasher = "0.3"

[dev-dependencies]
hex = "=0.3.2"
criterion = "0.3"
ckb-hash = "0.103.0"

[[bench]]
name = "bech_hash"
harness = false