Module stream

Source
Expand description

A Rust-based KTX-Software I/O stream.

Structs§

RustKtxStream
A Rust-based ktxStream, for reading from / writing to RWSeekables.

Traits§

RWSeekable
Represents a Rust byte stream, i.e. something Read, Write and Seek.