1 2 3 4 5 6
pub mod bump { pub use bumpalo::Bump; pub use bumpalo::collections::String as BumpString; pub use bumpalo::collections::Vec as BumpVec; pub use bumpalo::vec as bvec; }