cow_arc 0.2.2

CowArc can be useful for decreasing memory allocations by sharing immutable memory.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Pavel Ershov <devnulpavel@gmail.com>"]
description = "CowArc can be useful for decreasing memory allocations by sharing immutable memory."
documentation = "https://docs.rs/crate/cow_arc/"
edition = "2018"
homepage = "https://github.com/DevNulPavel/cow_arc"
keywords = ["cow", "builder", "ram"]
license = "MIT"
name = "cow_arc"
repository = "https://github.com/DevNulPavel/cow_arc"
version = "0.2.2"