Module cramjam::io[][src]

Expand description

Module holds native Rust objects exposed to Python, or objects which wrap native Python objects to provide additional functionality or tighter integration with de/compression algorithms.

Structs

A native Rust file-like object. Reading and writing takes place through the Rust implementation, allowing access to the underlying bytes in Python.

A native Rust file-like object. Reading and writing takes place through the Rust implementation, allowing access to the underlying bytes in Python.

Internal wrapper for numpy.array/PyArray1, to provide Read + Write and other traits

Internal wrapper for bytearray/PyByteArray, to provide Read + Write and other traits

Internal wrapper for bytes/PyBytes, to provide Read + Write and other traits