Module columnar::common

source ·
Expand description

Common traits and types that are re-used throughout the module.

Re-exports§

Modules§

  • Traits for accessing elements by usize indexes.

Structs§

  • A struct representing a slice of a range of values.

Traits§

  • A type that can be viewed as byte slices with lifetime 'a.
  • A type that can remove its contents and return to an empty state.
  • A type that can be reconstituted from byte slices with lifetime 'a.
  • A type with a length.
  • A type that can accept items of type T.