Crate vector_common

source ·
Expand description

The Vector Core common library

This library includes common functionality relied upon by vector-core and core-related crates (e.g. buffers).

Re-exports§

Modules§

Macros§

Enums§

Type Aliases§

  • Vector’s basic error type, dynamically dispatched and safe to send across threads.
  • Vector’s basic result type, defined in terms of Error and generic over T.