Module compat

Source
Expand description

Type aliases to ease the transition from std’s collections.

Currently just forces the Panic strategy and global allocator.

Type Aliases§

Box
A Box that panics on allocation failure, and cannot use non-static allocators.
Vec
A Vec that panics on allocation failure, and cannot use non-static allocators.