alexandria_bytes
Fully qualified path: alexandria_bytes
Modules
Re-exports:
| Bytes | Note that: In Bytes, there are many variables about size and length. We use size to represent the number of bytes in Bytes. We use length to represent the number of elements in Bytes…. |
| BytesIndex | Implementation of IndexView trait for Bytes. Allows indexing into the Bytes structure to access individual u128 elements. |
| BytesStore | Store for a Bytes object. The layout of a Bytes object in storage is as follows:… |