aosa

Crates.ioaosa
lib.rsaosa
version0.1.1
sourcesrc
created_at2023-01-04 05:57:47.299273
updated_at2023-01-04 09:24:51.960246
descriptionAppend-only string arena
homepage
repositoryhttps://github.com/jiangzhe/aosa/
max_upload_size
id750638
size5,667
Jiang Zhe (jiangzhe)

documentation

README

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.

Commit count: 4

cargo fmt