atomicow 1.0.0

A `Cow`-like data structure where owned data is stored inside an `Arc`.
Documentation
1
2
3
4
5
6
# `atomicow` Release Notes

## Version 1.0.0

- initial release
  - code was taken directly from `bevy_utils 0.14`, under a MIT + Apache dual license