standback 0.4.4

New standard library, old compiler.
Documentation

Standback

build status license version rustc 1.36.0

Documentation

Standback exists to allow the usage of various APIs that have been stabilized since rustc 1.36.0 without having to require users to upgrade their compiler. The best part? Only old features are built from scratch; anything stable on the compiler in use will just be re-exported.

Note that it is sometimes the case that newly stabilized methods would require internal methods, direct access to fields, or nightly features to work. As such, not every feature is backported. Found a neat way to implement a method or type that is possible on stable? Pull requests are accepted!

License

A majority of this code comes directly from the Rust standard library, where its license is the following. All new code is also released under this license.

This project is licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in time by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.