[package] name = "stringish" version = "0.1.1" edition = "2021" description = "A smaller and easier copy-on-write string" repository = "https://git.karx.xyz/missing/stringish" license = "MIT OR Apache-2.0" keywords = ["str", "string", "cow", "copy-on-write"] categories = ["rust-patterns", "data-structures", "memory-management"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]