Crate pyo3io

Source

Re-exports§

pub use pyo3io_macros;

Modules§

async_std
tokio

Macros§

async_buf_reader
async_buf_reader_writer
async_reader
async_reader_writer
async_seekable_buf_reader
async_seekable_buf_reader_writer
async_seekable_reader
async_seekable_reader_writer
async_seekable_writer
async_seeker
async_writer
register_async_runtime
Register an async runtime.

Structs§

Buffer
A bytes-like object that implements buffer protocol.
SeekFrom
The SeekFrom struct is used to specify a position in a stream for seeking operations. It combines a Whence value with an offset.

Enums§

Whence
The Whence enum represents the reference point for seeking operations in a stream.

Functions§

register_types

Type Aliases§

Bytes