Skip to main content

Module bytes

Module bytes 

Source
Expand description

See PyBytes for more info. This mod also contains its helper type PyBytesWriter.

Structs§

PyBytes
Represents a Python bytes object.
PyBytesWriter
Type used to create a PyBytes, used in PyBytes::new_with_writer.

Traits§

PyBytesMethods
Implementation of functionality for PyBytes.