# msrtc-rans-python
**Python extension module for msrtc_rans (via PyO3).**
This crate provides Python bindings for the msrtc_rans entropy coder. Built with PyO3, it exposes the `_msrtc_rans` native module. Currently at scaffold stage — the module exists but exposes no public API yet.
## Status
🔲 Scaffold — PyO3 module scaffold with no API surface yet. Publishing on crates.io is for CI visibility only; actual users should install via pip wheels once available.
## Repository
Full project: [github.com/infinityabundance/msrtc-rans-rs](https://github.com/infinityabundance/msrtc-rans-rs)
## License
MIT — see [LICENSE](https://github.com/infinityabundance/msrtc-rans-rs/blob/main/LICENSE) and [NOTICE](https://github.com/infinityabundance/msrtc-rans-rs/blob/main/NOTICE) for attribution notices.