fitzgen / bumpalo

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

Implement `FromIteratorIn<T>` for `Box<'bump, [T]>` #149

Closed konsumlamm closed 2 years ago

konsumlamm commented 2 years ago

Closes #138.