boxext 0.1.5

Extensions to the `Box` type
Documentation
[build-dependencies.rustc_version]
version = "0.2"
[dependencies.allocator_api]
default-features = false
optional = true
version = "0.5"
[dev-dependencies.boxext_derive]
version = "0.1"

[features]
default = ["std"]
fallible = []
std = []
unstable-rust = []

[package]
authors = ["Mike Hommey <mh@glandium.org>"]
description = "Extensions to the `Box` type"
keywords = ["box", "allocator"]
license = "Apache-2.0/MIT"
name = "boxext"
readme = "README.md"
repository = "https://github.com/glandium/boxext"
version = "0.1.5"