atomicow 1.0.0

A `Cow`-like data structure where owned data is stored inside an `Arc`.
Documentation
[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A `Cow`-like data structure where owned data is stored inside an `Arc`."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "atomicow"
readme = "README.md"
repository = "https://github.com/bevyengine/atomicow"
rust-version = "1.63.0"
version = "1.0.0"