standback

Crates.iostandback
lib.rsstandback
version0.4.4
sourcesrc
created_at2020-03-06 02:10:24.334925
updated_at2022-04-07 02:00:50.674122
descriptionNew standard library, old compiler.
homepage
repositoryhttps://github.com/jhpratt/standback
max_upload_size
id215919
size148,761
Jacob Pratt (jhpratt)

documentation

README

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.

Commit count: 81

cargo fmt