ref_slice

Turn a reference into a slice of length one.


Licenses
Apache-2.0/MIT

Documentation

ref_slice

Documentation Crates.io

Small utility functions for getting slices of length one.

This used to be in the standard library, but was removed. So here you go!

There are also versions that work on Option<T> as well.