Crate bytes [−] [src]
Provides abstractions for working with bytes.
Structs
ByteBuf |
A buffer backed by |
Bytes |
A reference counted slice of bytes. |
BytesMut |
A unique reference to a slice of bytes. |
Reader |
Adapts a |
SliceBuf |
A |
Take |
A buffer adapter which limits the bytes read from an underlying value. |
TakeMut |
A buffer adapter which limits the bytes written from an underlying value. |
Writer |
Adapts a |
Traits
Buf |
A trait for values that provide sequential read access to bytes. |
BufMut |
A trait for values that provide sequential write access to bytes. |
IntoBuf |
Conversion into a |
Sink |
A value that copies bytes from a |
Source |
A value that writes bytes from itself into a |