Skip to content

PTaylor-us/standback

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Standback

build status license version rustc 1.31.0

Documentation

Standback exists to allow the usage of various APIs that have been stabilized since rustc 1.31.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.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%