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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "maybe-std"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cf49a427775136c9d70e29536fc6e08300ed662104f2efefa9c479835f2fa68"

[[package]]
name = "wrapper"
version = "0.1.0"
dependencies = [
 "maybe-std",
]