Metadata-Version: 2.4
Name: rustique
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: coverage >=7.6.1
Requires-Dist: hypothesis >=6.113.0
Requires-Dist: mypy >=1.13.0
Requires-Dist: pydantic >=2.10.3
Requires-Dist: pyright >=1.1.390
Requires-Dist: pytest >=8.3.4
Requires-Dist: pytest-mock >=3.14.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

RUSTFLAGS="--cfg Py_3_13" maturin develop --uv --release


1. Add slicing to list
2. Add nested lists and nested typings
