Skip to content

Backported standard Rust library to older compilers.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

jhpratt/standback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Backported standard Rust library to older compilers.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages