Module common

Module common 

Source

Structs§

Cursor
A cursor which wraps an in-memory buffer and provides positioned reading
ValueAllocator

Enums§

ArcPayload
A reference-counted byte payload with slice semantics
CursorError
Errors that can occur when reading from a cursor

Traits§

IntoPayload
Trait for converting various types into ArcPayload

Type Aliases§

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.