Expand description
Modules§
- arrayvec provides the types
ArrayVec
andArrayString
: array-backed vector and string types, which store their contents inline. bumpalo
- Provides abstractions for working with bytes.
Macros§
- A helper macro to imitate the behavior of try trait
?
.
Structs§
- A specialized
Result
type for operations with buffers. - An owned iterator over an indexable container.
- An unsafe,
'static
, initialized, and immutable slice of bytes to interact with system API. - An unsafe,
'static
, maybe uninitialized, and mutable slice of bytes to interact with system API. - An owned view into a contiguous sequence of bytes.
Enums§
- A type that’s either owned or mutably borrowed .
Traits§
- A trait for vectored buffers that could be indexed.
- A trait for vectored buffers that could be mutably indexed.
- Trait to get the inner buffer of an operation or a result.
- A trait for buffers.
- A mutable compio compatible buffer.
- A trait for vectored buffers.
- A trait for mutable vectored buffers.
- The inner implementation of a [
OwnedIter
]. - A helper trait for
set_len
like methods.