Crate aosa

source ·
Expand description

AOSA represents Append-Only String Arena, it’s convenient to hold plenty of temporary strings inside the continuous memory and free them all at once.

Structs

StringArena is a single-thread append-only string arena.

Enums

Type Definitions