Expand description
A set of uniformly distributed 32-byte values that can be persisted.
The version 0 file format is:
| Offset | Description |
|---|---|
| Header | |
| 0 | 15-byte magic value b"StoredSortedSet" |
| 15 | Version (0) |
| 16 | Context, 12 bytes of application-specific, opaque data |
| Content | |
| 28 | Entry count - big endian 32-bit unsigned integer |
| 32 | Entry 0 - big endian 32-byte unsigned integer |
| 48 | Entry 1 |
| … | … |
The entries are sorted, which allows doing an in-place binary search. They are interpreted as big endian 32-byte unsigned integers.
Structs§
Enums§
- Error
- Errors for this crate.