small_string 0.2.0

7-byte small string optimisation for use in Nova JavaScript engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"