Crate abs_buff

Source

Modules§

x_deps

Structs§

DisabledBuffPeeker
A dummy peeker as a placeholder in generic types.
DisabledBuffReader
A dummy reader as a placeholder in generic types.
DisabledBuffWriter
A dummy writer as placeholder in generic types.

Traits§

TrBuffPeeker
Buffer owner that will lend slice for peeking (without moving cursor).
TrBuffReader
Buffer owner that will lend slice of buffer for reading.
TrBuffWriter
Buffer owner that will lend the slice for writing.