atomicow 1.0.0

A `Cow`-like data structure where owned data is stored inside an `Arc`.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "atomicow"
version = "1.0.0"
edition = "2021"
rust-version = "1.63.0"
description = "A `Cow`-like data structure where owned data is stored inside an `Arc`."
repository = "https://github.com/bevyengine/atomicow"
license = "MIT OR Apache-2.0"

[dependencies]