fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.36k stars 111 forks source link

Replace macros with const generics #131

Closed ChayimFriedman2 closed 2 years ago

ChayimFriedman2 commented 2 years ago

Can we replace the various uses of array_impls! with const generics? This will require us to bump the MSRV to 1.51.

I'm happy with sending a PR if this is accepted.

fitzgen commented 2 years ago

Sure!

Let's bump the MSRV to 1.54 at the same time, so that #123 can land as well.