wrapper 0.1.0

A trait for types that wrap other types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wrapper"
description = "A trait for types that wrap other types."
repository = "https://github.com/AljoschaMeyer/wrapper-rs"
version = "0.1.0"
authors = ["Aljoscha Meyer <mail@aljoscha-meyer.de>"]
edition = "2018"
license = "CC-PDDC"

[features]
default = []

alloc = [ "maybe-std/alloc" ]
std = [ "maybe-std/std" ]
unstable = [ "maybe-std/unstable" ]

[dependencies]
maybe-std = "0.1.0"