slice_as_array 1.1.0

Cast slices to arrays
Documentation
1
2
3
This is a Rust crate to convert slices (which have run-time lengths) to arrays (which have compile-time lengths).

[Documentation](https://peterreid.github.io/slice_as_array)