RustCrypto / utils

Utility crates used in RustCrypto
428 stars 127 forks source link

hybrid-array: factor `SliceOps` out from `ArrayOps` #1004

Closed tarcieri closed 8 months ago

tarcieri commented 8 months ago

Factors out a trait which can be impl'd on all three of [T], [T; N], and Array<T, U> for operations which don't need a const generic parameter.