Skip to content

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jan 7, 2024

This commit replaces the optional generic-array feature with hybrid-array, which adds support for (de)serializing Uints 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.

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`.
@tarcieri tarcieri merged commit 5ff769f into master Jan 7, 2024
@tarcieri tarcieri deleted the hybrid-array branch January 7, 2024 23:09
@tarcieri tarcieri mentioned this pull request Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant