You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit replaces the optional `generic-array` feature with
`hybrid-array`, which adds support for (de)serializing `Uint`s as
`hybrid_array::Array<u8, _>`.
The `hybrid_array` crate notably has significantly less unsafe code than
`generic-array`, which it accomplishes by being built on const generic
core arrays, which are the public inner type of `Array`.
0 commit comments