[−][src]Module bytes::str
Structs
| Bytes | A specialized |
| Rope | An immutable sequence of bytes formed by concatenation of other |
| RopeBuf | |
| SeqByteStr | |
| SmallByteStr | |
| SmallByteStrBuf |
Traits
| ByteStr | An immutable sequence of bytes. Operations will not mutate the original value. Since only immutable access is permitted, operations do not require copying (though, sometimes copying will happen as an optimization). |
| ToBytes |