eso 0.0.2

Type machinery to build Cow-like containers
Documentation
[dependencies]

[dev-dependencies.impls]
version = "1.0.3"

[dev-dependencies.lazy_static]
version = "1.4.0"

[[example]]
crate-type = ["lib"]
name = "simple_newtype"

[[example]]
crate-type = ["lib"]
name = "ref_own_newtypes"

[features]
allow-unsafe = []
default = ["allow-unsafe"]

[package]
authors = ["Sebastien Braun <sebastien@sebbraun.de>"]
autoexamples = false
description = "Type machinery to build Cow-like containers"
documentation = "https://docs.rs/eso"
edition = "2018"
homepage = "https://github.com/braunse/eso"
license = "MPL-2.0"
name = "eso"
readme = "README.md"
repository = "https://github.com/braunse/eso.git"
version = "0.0.2"