aosa 0.1.1

Append-only string arena
Documentation
1
2
3
4
5
6
# Append-Only String Arena

A simple implementation of append-only string arena.
It's a convinient way to gather multiple strings into a continuous memory arena,
and returns all string refs with same lifetime.
It's single-threaded.