[package] name = "aosa" version = "0.1.1" edition = "2021" authors = ["jiangzhe "] license = "MIT OR Apache-2.0" description = "Append-only string arena" keywords = ["string", "arena"] repository = "https://github.com/jiangzhe/aosa/" [dependencies] thiserror = "1.0"