fitzgen / bumpalo

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

impl `io::Write` on `Vec` #110

Closed Kerollmops closed 3 years ago

Kerollmops commented 3 years ago

This is only a draft as bumpalo is in fact no_std, the io modules come from the Rust std and therefore is unavailable.

Will, maybe, fixed #109.