[go: up one dir, main page]

Crate copyvec

source ·
Expand description

A stack-allocated sequence that mirror’s Vec’s API, but:

  • Implements Copy (and can only hold Copy types).
  • Does not grow.
  • Is #[no_std]/no-alloc compatible.

Macros§

Structs§