arcstring 1.0.0

Atomically reference-counted thin string type with SSO
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "arcstring"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Atomically reference-counted thin string type with SSO"
readme = "README.md"
license = "WTFPL"

[features]
usize = []

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

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

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