cow_vec 1.4.0

A vector-like container optimized for efficient cloning with copy-on-write semantics
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 = "2021"
name = "cow_vec"
version = "1.4.0"
authors = ["Valentin Shergin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A vector-like container optimized for efficient cloning with copy-on-write semantics"
documentation = "https://docs.rs/cow_vec"
readme = "README.md"
keywords = [
    "vector",
    "copy-on-write",
    "cow",
    "persistent",
    "clone",
]
categories = [
    "data-structures",
    "memory-management",
]
license = "MIT"
repository = "https://github.com/shergin/cow-vec"

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

[dependencies.typed-arena]
version = "2"