Expand description
Provides (mostly) stack-allocating trait implementors over different underlying sources
Enums§
- A type-abstract owned data type
- An owned, type-abstract data sink
- An owned, type-abstract data source
Traits§
- An umbrella trait to combine
Write,DebugandSendwhich are required forSink - An umbrella trait to combine
Read,DebugandSendwhich are required forSource - Some parsing extensions for
Data - An extension trait to create lifetime-independent subdata “slices” over
self