Skip to content
/ std.rs Public

The source code for the redirect worker behind std.rs

License

Notifications You must be signed in to change notification settings

TyPR124/std.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

std.rs

This repository contains the source code behind the redirect worker running std.rs. Currently it supports the following redirects:

From To
https://std.rs https://doc.rust-lang.org/stable/std/
https://n.std.rs https://doc.rust-lang.org/nightly/std/
https://std.rs/n https://doc.rust-lang.org/nightly/std/
https://std.rs/println https://doc.rust-lang.org/stable/std/?search=println
https://n.std.rs/println https://doc.rust-lang.org/nightly/std/?search=println
https://std.rs/n/println https://doc.rust-lang.org/nightly/std/?search=println

Contributing

Contributions via pull request are welcome! Just make sure you add tests for any functionality you add and make sure the previous tests still pass.

License

MIT

About

The source code for the redirect worker behind std.rs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages