[package]
name = "small_string"
version = "0.2.0"
repository = "https://github.com/trynova/nova/tree/main/small_string"
description = "7-byte small string optimisation for use in Nova JavaScript engine"
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
[lib]
path = "lib.rs"
[dependencies]
wtf8 = "0.1"