msrtc-rans-python 0.1.1

Python extension module for msrtc_rans (published as wheel, not crate)
Documentation

msrtc-rans-python

Python extension module _msrtc_rans providing the msrtc.rans Python API.

This crate uses PyO3 to create a CPython extension module that is import-path-compatible with the existing msrtc.rans package.

Safety

This crate uses unsafe for PyO3 FFI interactions (required by the Python C API). All unsafe is contained in the PyO3-generated bindings.