twibint 0.2.2

Crate for arithmetic on arbitrarily large integers. Provides Python bindings as well.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "twibint"
dependencies = [
"maturin==1.1.0",
"pytest==7.3.2",]

[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[tool.maturin]
features = ["pyo3"]