| Crates.io | aosa |
| lib.rs | aosa |
| version | 0.1.1 |
| created_at | 2023-01-04 05:57:47.299273+00 |
| updated_at | 2023-01-04 09:24:51.960246+00 |
| description | Append-only string arena |
| homepage | |
| repository | https://github.com/jiangzhe/aosa/ |
| max_upload_size | |
| id | 750638 |
| size | 5,667 |
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.