`hybrid-array` currently contains a [`ByteArray`](https://docs.rs/hybrid-array/0.2.0-pre.5/hybrid_array/type.ByteArray.html) type alias which maps to `Array<u8, U>`. I'm wondering if it's actually useful or perhaps less clear than just using `Array<u8, U>`. It's been used in a few places in the WIP `crypto-common`/`block-buffer`/`cipher`/`digest` prereleases.
hybrid-arraycurrently contains aByteArraytype alias which maps toArray<u8, U>.I'm wondering if it's actually useful or perhaps less clear than just using
Array<u8, U>.It's been used in a few places in the WIP
crypto-common/block-buffer/cipher/digestprereleases.