our-string 0.1.3

Customizable shared strings with inlining
Documentation
[dependencies]

[dev-dependencies.proptest]
version = "1.0.0"

[lib]
name = "our_string"
path = "src/lib.rs"

[package]
authors = ["Devin Jean <emailcruzjean@yahoo.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Customizable shared strings with inlining"
documentation = "https://docs.rs/our-string"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "our-string"
readme = "README.md"
repository = "https://github.com/dragazo/our-string"
version = "0.1.3"

[[test]]
name = "bytes"
path = "tests/bytes.rs"

[[test]]
name = "comrades"
path = "tests/comrades.rs"

[[test]]
name = "string"
path = "tests/string.rs"