Crate wec

source ·
Expand description

A collection of useful Rust macros for creating vec!s.

Macros

  • Boxes each element in the vector.
  • Calls .into() on each element in the vector.