Cast slices to arrays
Extension traits for casting between slices and slices of arrays. (&[T] <-> &[[T; n]])
Ergonomic array slice for 2d array manipulation.
Fast and robust slice-based algorithms (e.g., sorting, selection, search) for non-contiguous (sub)views into n-dimensional arrays.
An easy abstraction around boxed slices sized by a const generic.
A macro for assigning values to slices
Extract a sub-array out of an array
The Ion Shell
Extract a fixed size sub-array out of an array with complie-time length and offset checks.
Fast secure parsing /proc/cmdline.
Type-safe value container framework with unified abstractions for single values, multi-values, and named values with complete serde support
Array and slice wrappers with unchecked indexing and uninitialized allocation.