msrtc-rans-python 0.2.3

Python extension module for msrtc_rans (published as wheel, not crate)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "msrtc-rans"
version = "0.2.3"
description = "rANS entropy coder implementation — Rust native replacement for Microsoft MLVC msrtc_rans"
requires-python = ">=3.11"
dependencies = ["numpy>=1.22"]

[tool.maturin]
features = ["pyo3/extension-module", "pyo3/abi3-py311"]
module-name = "_msrtc_rans"
manifest-path = "Cargo.toml"