-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3413bdb
commit 2529d82
Showing
12 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
book |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[book] | ||
authors = ["Martijn Gribnau <[email protected]>"] | ||
language = "en" | ||
multilingual = false | ||
src = "src" | ||
title = "rust-releases" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Summary | ||
|
||
- [Introduction](./introduction.md) | ||
|
||
# Concepts | ||
|
||
- [rust-toolchain](./concepts_rust_toolchain.md) | ||
- [rust-releases](./concepts_rust_releases.md) | ||
|
||
# Sources | ||
|
||
- [rust-changelog](./sources_rust_changelog.md) | ||
- [rust-dist](./sources_rust_dist.md) | ||
- [rust-dist-cli (deprecated)](./sources_rust_dist_cli.md) | ||
- [rust-channel-manifests (deprecated)](./sources_rust_channel_manifests.md) | ||
[//]: # (- Future: github-rust-releases) | ||
|
||
# Developer Resources | ||
|
||
- [Resources](./developer_resources.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# rust-releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# rust-toolchain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Useful resources | ||
|
||
## Forge | ||
|
||
- [Forge Home](https://forge.rust-lang.org/) | ||
- [Rust Release Channel Layout](https://forge.rust-lang.org/infra/channel-layout.html) | ||
- [Rust "Other installation methods"](https://forge.rust-lang.org/infra/other-installation-methods.html) | ||
|
||
## Rustup | ||
|
||
- [on Channels](https://rust-lang.github.io/rustup/concepts/channels.html) | ||
- [on Toolchains](https://rust-lang.github.io/rustup/concepts/toolchains.html) | ||
- [on Components](https://rust-lang.github.io/rustup/concepts/components.html) | ||
- [on Profiles](https://rust-lang.github.io/rustup/concepts/profiles.html) | ||
- [Environment Variables](https://rust-lang.github.io/rustup/environment-variables.html) | ||
|
||
## Rust on GitHub | ||
|
||
- [RELEASES.md: Rust changelog](https://raw.githubusercontent.com/rust-lang/rust/master/RELEASES.md) | ||
|
||
## Misc | ||
|
||
- [Rustup Components History](https://rust-lang.github.io/rustup-components-history/index.html) by Nightly version and | ||
target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Introduction | ||
|
||
Welcome! This is a book intended to document the [rust-releases](https://github.com/foresterre/rust-releases/) project. | ||
It's a bit empty right now. Check back in the future! | ||
|
||
For additional documentation, you may find the following resources useful: | ||
|
||
- [docs.rs/rust-releases](https://docs.rs/rust-releases/): library docs | ||
- [github.com/foresterre/rust-releases](https://github.com/foresterre/rust-releases/): crate introduction and | ||
documentation in the readme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# rust-dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# rust-changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# rust-channel-manifests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# rust-dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# rust-dist |