Module common
Source - ArcPayload
- A reference-counted byte payload with slice semantics
- Cursor
- A cursor which wraps an in-memory buffer and provides positioned reading
- ValueAllocator
- CursorError
- Errors that can occur when reading from a cursor
- IntoPayload
- Trait for converting various types into
ArcPayload
- HashMap
- Type alias for HashMap to provide a stable API abstraction over the underlying hash map implementation.
- HashSet
- Type alias for HashSet to provide a stable API abstraction over the underlying hash set implementation.
- IndexMap
- Type alias for IndexMap to provide a stable API abstraction over the underlying hash map implementation.