standback 0.2.1

New standard library, old compiler.
Documentation
[package]
name = "standback"
version = "0.2.1"
authors = ["Jacob Pratt <the.z.cuber@gmail.com>", "The Rust Project Developers"]
edition = "2018"
repository = "https://github.com/jhpratt/standback"
keywords = ["std", "back-compatible", "polyfill"]
categories = ["no-std"]
readme = "README.md"
license = "MIT OR Apache-2.0"
description = "New standard library, old compiler."
build = "build.rs"

[features]
default = ["std"]
std = []