Skip to main content

Crate _msrtc_rans

Crate _msrtc_rans 

Source
Expand description

§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.