Allocator primitives for single-threaded, fixed-capacity arenas.
This crate provides two arena types:
BumpArenaallocates untyped memory and DOES NOT automatically drop values.TypedArenaallocates values of a specific typeTand drops them in reverse allocation order.
Security reports, bug fixes, test and documentation improvements are very welcome. Please open an issue or a pull request.