Crate tranche

Source
Expand description

§Tranche

See Tranche<'_, T> for what this crate does.

This crate is no_std by default, the std feature provides:

Structs§

BasedTranche
A based tranche of T.
Tranche
A tranche of T.
UnexpectedEndError
An error signalling that the end of a tranche was reached unexpectedly.

Type Aliases§

BasedBufTranche
A based tranche of bytes, equipped with many convenience methods.
BufTranche
A tranche of bytes, equipped with many convenience methods.