arrayvec
arrayvec copied to clipboard
implement AsRef<Path> for ArrayString
Leveraging the existing as_str to implement AsRef<Path>, so that ArrayString can be used as a drop-in replacement for String in a few more places.