Module byte_buf

Source
Expand description

§ByteBuffer

bytebuffer 模块

Re-exports§

pub use byte_reader::ByteReader;
pub use error::ByteBufResult;
pub use error::ErrorType;

Modules§

byte_reader
ByteReader 只供读取的buffer
error