[package] name = "arcstring" description = "Atomically reference-counted thin string type with SSO" license = "WTFPL" version = "0.1.3" edition = "2021" [features] usize = [] [dependencies] static_assertions = "1.1.0"