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
[dependencies.maybe-std]
version = "0.1.0"

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

[package]
authors = ["Aljoscha Meyer <mail@aljoscha-meyer.de>"]
description = "A trait for types that wrap other types."
edition = "2018"
license = "CC-PDDC"
name = "wrapper"
repository = "https://github.com/AljoschaMeyer/wrapper-rs"
version = "0.1.0"