mown 0.2.0

Maybe owned values. Wrappers for values that can be either owned or borrowed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Timothée Haudebourg <author@haudebourg.net>"]
categories = ["data-structures"]
description = "Maybe owned values. Wrappers for values that can be either owned or borrowed."
documentation = "https://docs.rs/mown"
edition = "2018"
keywords = ["wrapper", "borrow", "reference", "own", "container"]
license = "MIT/Apache-2.0"
name = "mown"
readme = "README.md"
repository = "https://github.com/timothee-haudebourg/mown"
version = "0.2.0"