Skip to main content

Module byte_source

Module byte_source 

Source
Available on crate feature async only.

Modules§

dio_align
O_DIRECT alignment discovery.

Structs§

BufferByteSource
Byte source backed by a Buffer, which can potentially be memory-mapped.
FileByteSource
Byte source backed by a File.
FileReadContext
ObjectStoreByteSourcecloud

Enums§

DynByteSource
Dynamic dispatch to async functions.
DynByteSourceBuilder

Traits§

ByteSource