[go: up one dir, main page]

standback 0.2.5

New standard library, old compiler.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[features]
default = ["std"]
std = []

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