[package] name = "jstring" version = "0.1.0" authors = ["Albert Liu "] edition = "2018" license = "MIT" description = "JavaString uses short string optimizations and a lack of a 'capacity' field to reduce struct size and heap fragmentation in certain cases." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]