readcon-db 0.1.4

Mmap-backed CON frame corpus (Heed/LMDB), xxHash exact match, multi-language FFI
Documentation
[build-system]
requires = ["maturin>=1.4,<2"]
build-backend = "maturin"

[project]
name = "readcon-db"
version = "0.1.4"
description = "Mmap CON corpus store (LMDB/Heed) with xxHash exact match"
requires-python = ">=3.9"
license = { text = "MIT" }
readme = { file = "../README.md", content-type = "text/markdown" }

[project.urls]
Homepage = "https://github.com/lode-org/readcon-db"
Documentation = "https://lode-org.github.io/readcon-db/"
Repository = "https://github.com/lode-org/readcon-db"
Issues = "https://github.com/lode-org/readcon-db/issues"

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