borrow-or-share 0.2.2

Traits for either borrowing or sharing data.
Documentation
[features]
default = []
std = []

[package]
authors = ["Scallop Ye <yescallop@gmail.com>"]
categories = ["rust-patterns"]
description = "Traits for either borrowing or sharing data."
documentation = "https://docs.rs/borrow-or-share"
edition = "2021"
keywords = ["borrow", "share"]
license = "MIT-0"
name = "borrow-or-share"
readme = "README.md"
repository = "https://github.com/yescallop/borrow-or-share"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]