oco_ref 0.2.0

A smart pointer for storing immutable values with relatively-cheap cloning. (Like a `Cow` meets an `Rc`!)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
version = "1"

[dependencies.thiserror]
version = "1"
[dev-dependencies.serde_json]
version = "1"

[package]
authors = ["Danik Vitek", "Greg Johnston"]
description = "A smart pointer for storing immutable values with relatively-cheap cloning. (Like a `Cow` meets an `Rc`!)"
edition = "2021"
license = "MIT"
name = "oco_ref"
readme = "README.md"
repository = "https://github.com/leptos-rs/leptos"
rust-version = "1.75"
version = "0.2.0"