readcon-db 0.1.2

Mmap-backed CON frame corpus (Heed/LMDB), xxHash exact match, multi-language FFI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-system]
requires = ["maturin>=1.4,<2"]
build-backend = "maturin"

[project]
name = "readcon-db"
version = "0.1.2"
description = "Mmap CON corpus store (LMDB/Heed) with xxHash exact match"
requires-python = ">=3.9"
license = { text = "MIT" }

[tool.maturin]
manifest-path = "../Cargo.toml"
features = ["python"]
module-name = "readcon_db"