nim-sds/nim-bloom/bloom.nimble
shash256 62821077bc feat: add nim-bloom, many more updates on reliability API
split to common and utils, logging, error handling, thread safety
2024-10-21 16:55:07 +05:30

10 lines
235 B
Nim

# Package
version = "0.1.0"
author = "Boyd Greenfield"
description = "Efficient Bloom filter implementation for Nim using MurmurHash3."
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.0.0"