[lib]
name = "cowvert"
path = "src/lib.rs"
[package]
authors = ["Patrick Unick <dev_storm@winux.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "memory-management"]
description = "a flexible data container supporting owned, reference-counted, and copy-on-write semantics. designed for use in interpreters"
edition = "2021"
keywords = ["data", "ownership", "cow", "mutation"]
license = "MIT OR Apache-2.0"
name = "cowvert"
readme = "README.md"
repository = "https://github.com/snowfoxsh/cowvert"
version = "0.1.0"