Crate wec

Source
Expand description

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

Macrosยง

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