ecow 0.2.3

Compact, clone-on-write vector and string.
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "1.0"

[features]
default = ["std"]
std = []

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

[package]
authors = ["Laurenz <laurmaedje@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "Compact, clone-on-write vector and string."
edition = "2021"
keywords = ["string", "vector", "sso", "cow"]
license = "MIT OR Apache-2.0"
name = "ecow"
readme = "README.md"
repository = "https://github.com/typst/ecow"
version = "0.2.3"

[target."cfg(loom)".dependencies.loom]
optional = true
version = "0.7"

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

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

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