RustCrypto / hybrid-array

Hybrid typenum/const generic arrays
Apache License 2.0
9 stars 8 forks source link

Migration guide from GenericArray? #91

Closed plaes closed 1 month ago

plaes commented 1 month ago

As currently there's no migration guide from GenericArray crate, so let's link some sample PRs which can be studied to get started:

tarcieri commented 1 month ago

The migration guide is in the rustdoc: https://docs.rs/hybrid-array/0.2.0-rc.10/hybrid_array/index.html#migrating-from-generic-array

plaes commented 1 month ago

Oops, indeed. Missed it because it's not present in the current stable doc.