Update command index

This commit is contained in:
Folyd 2021-07-07 14:07:33 +08:00
parent 377f29e1a2
commit 3a3975b7bd
2 changed files with 18 additions and 12 deletions

View file

@ -13,6 +13,7 @@ var commandsIndex = {
["Rust RFC", "https://rust-lang.github.io/rfcs/"], ["Rust RFC", "https://rust-lang.github.io/rfcs/"],
["The Rust Doc Book", "https://doc.rust-lang.org/rustdoc/index.html"], ["The Rust Doc Book", "https://doc.rust-lang.org/rustdoc/index.html"],
["The rustc Book", "https://doc.rust-lang.org/rustc/index.html"], ["The rustc Book", "https://doc.rust-lang.org/rustc/index.html"],
["Standard library developers Guide", "https://std-dev-guide.rust-lang.org/"],
["Guide to Rustc Development", "https://rustc-dev-guide.rust-lang.org/"], ["Guide to Rustc Development", "https://rustc-dev-guide.rust-lang.org/"],
["The Rust Reference", "https://doc.rust-lang.org/reference/index.html"], ["The Rust Reference", "https://doc.rust-lang.org/reference/index.html"],
["The Rustonomicon", "https://doc.rust-lang.org/nomicon/index.html"], ["The Rustonomicon", "https://doc.rust-lang.org/nomicon/index.html"],
@ -24,6 +25,7 @@ var commandsIndex = {
["Rust Forge Book", "https://forge.rust-lang.org/"], ["Rust Forge Book", "https://forge.rust-lang.org/"],
["Rust Chalk Book", "https://rust-lang.github.io/chalk/book/"], ["Rust Chalk Book", "https://rust-lang.github.io/chalk/book/"],
["Rust Performance Book", "https://nnethercote.github.io/perf-book/"], ["Rust Performance Book", "https://nnethercote.github.io/perf-book/"],
["mdBook Documentation", "https://rust-lang.github.io/mdBook/"],
], ],
"yet": [ "yet": [
["Are we async yet?", "https://areweasyncyet.rs", "Asynchronous I/O in Rust"], ["Are we async yet?", "https://areweasyncyet.rs", "Asynchronous I/O in Rust"],
@ -37,6 +39,7 @@ var commandsIndex = {
["Are we IPFS yet?", "https://areweipfsyet.rs/", "Are We InterPlanetary File System (IPFS) Yet"], ["Are we IPFS yet?", "https://areweipfsyet.rs/", "Are We InterPlanetary File System (IPFS) Yet"],
["Are we quantum yet?", "https://arewequantumyet.github.io/", "A framework compilation for all things quantum computing in Rust."], ["Are we quantum yet?", "https://arewequantumyet.github.io/", "A framework compilation for all things quantum computing in Rust."],
["Are We Yeet Yet?", "https://areweyeetyet.rs/", "Track progress on the ability to yeet errors in Rust."], ["Are We Yeet Yet?", "https://areweyeetyet.rs/", "Track progress on the ability to yeet errors in Rust."],
["Are we in space yet?", "https://www.areweinspaceyet.org/", "A catalogue of crates in the Rust ecosystem for (aero)space."],
], ],
"tool": [ "tool": [
["Rust Playground", "https://play.rust-lang.org/"], ["Rust Playground", "https://play.rust-lang.org/"],
@ -45,12 +48,13 @@ var commandsIndex = {
["Macro Railroad ", "https://lukaslueg.github.io/macro_railroad_wasm_demo/"], ["Macro Railroad ", "https://lukaslueg.github.io/macro_railroad_wasm_demo/"],
], ],
"mirror": [ "mirror": [
["[CN] 清华大学开源软件镜像站-Rust Crates源", "https://mirrors.tuna.tsinghua.edu.cn/help/crates.io-index.git/"], ["[CN] Rsproxy.cn - 字节跳动Rust源", "https://rsproxy.cn/"],
["[CN] 清华大学开源软件镜像站-Rustup源", "https://mirrors.tuna.tsinghua.edu.cn/help/rustup/"], ["[CN] 清华大学开源软件镜像站 - Rust Crates源", "https://mirrors.tuna.tsinghua.edu.cn/help/crates.io-index.git/"],
["[CN] 中国科学技术大学开源软件镜像站-Rust Crates源", "http://mirrors.ustc.edu.cn/help/crates.io-index.html"], ["[CN] 清华大学开源软件镜像站 - Rustup源", "https://mirrors.tuna.tsinghua.edu.cn/help/rustup/"],
["[CN] 中国科学技术大学开源软件镜像站-Rust Toolchain源", "http://mirrors.ustc.edu.cn/help/rust-static.html"], ["[CN] 中国科学技术大学开源软件镜像站 - Rust Crates源", "http://mirrors.ustc.edu.cn/help/crates.io-index.html"],
["[CN] 南京大学开源镜像站-Rust Crates源", "https://nju-mirror-help.njuer.org/rust-crates.html"], ["[CN] 中国科学技术大学开源软件镜像站 - Rust Toolchain源", "http://mirrors.ustc.edu.cn/help/rust-static.html"],
["[CN] 上海交通大学开源镜像站-Rust Crates源", "https://mirrors.sjtug.sjtu.edu.cn/#/"], ["[CN] 南京大学开源镜像站 - Rust Crates源", "https://nju-mirror-help.njuer.org/rust-crates.html"],
["[CN] 上海交通大学开源镜像站 - Rust Crates源", "https://mirrors.sjtug.sjtu.edu.cn/#/"],
["[CN] Rustcc.com源", "https://rustcc.com/article?id=6baecc6f-29ed-40d2-870b-343606aa2e93"], ["[CN] Rustcc.com源", "https://rustcc.com/article?id=6baecc6f-29ed-40d2-870b-343606aa2e93"],
] ]
}; };

View file

@ -39,6 +39,7 @@ var commandsIndex = {
["Are we IPFS yet?", "https://areweipfsyet.rs/", "Are We InterPlanetary File System (IPFS) Yet"], ["Are we IPFS yet?", "https://areweipfsyet.rs/", "Are We InterPlanetary File System (IPFS) Yet"],
["Are we quantum yet?", "https://arewequantumyet.github.io/", "A framework compilation for all things quantum computing in Rust."], ["Are we quantum yet?", "https://arewequantumyet.github.io/", "A framework compilation for all things quantum computing in Rust."],
["Are We Yeet Yet?", "https://areweyeetyet.rs/", "Track progress on the ability to yeet errors in Rust."], ["Are We Yeet Yet?", "https://areweyeetyet.rs/", "Track progress on the ability to yeet errors in Rust."],
["Are we in space yet?", "https://www.areweinspaceyet.org/", "A catalogue of crates in the Rust ecosystem for (aero)space."],
], ],
"tool": [ "tool": [
["Rust Playground", "https://play.rust-lang.org/"], ["Rust Playground", "https://play.rust-lang.org/"],
@ -47,12 +48,13 @@ var commandsIndex = {
["Macro Railroad ", "https://lukaslueg.github.io/macro_railroad_wasm_demo/"], ["Macro Railroad ", "https://lukaslueg.github.io/macro_railroad_wasm_demo/"],
], ],
"mirror": [ "mirror": [
["[CN] 清华大学开源软件镜像站-Rust Crates源", "https://mirrors.tuna.tsinghua.edu.cn/help/crates.io-index.git/"], ["[CN] Rsproxy.cn - 字节跳动Rust源", "https://rsproxy.cn/"],
["[CN] 清华大学开源软件镜像站-Rustup源", "https://mirrors.tuna.tsinghua.edu.cn/help/rustup/"], ["[CN] 清华大学开源软件镜像站 - Rust Crates源", "https://mirrors.tuna.tsinghua.edu.cn/help/crates.io-index.git/"],
["[CN] 中国科学技术大学开源软件镜像站-Rust Crates源", "http://mirrors.ustc.edu.cn/help/crates.io-index.html"], ["[CN] 清华大学开源软件镜像站 - Rustup源", "https://mirrors.tuna.tsinghua.edu.cn/help/rustup/"],
["[CN] 中国科学技术大学开源软件镜像站-Rust Toolchain源", "http://mirrors.ustc.edu.cn/help/rust-static.html"], ["[CN] 中国科学技术大学开源软件镜像站 - Rust Crates源", "http://mirrors.ustc.edu.cn/help/crates.io-index.html"],
["[CN] 南京大学开源镜像站-Rust Crates源", "https://nju-mirror-help.njuer.org/rust-crates.html"], ["[CN] 中国科学技术大学开源软件镜像站 - Rust Toolchain源", "http://mirrors.ustc.edu.cn/help/rust-static.html"],
["[CN] 上海交通大学开源镜像站-Rust Crates源", "https://mirrors.sjtug.sjtu.edu.cn/#/"], ["[CN] 南京大学开源镜像站 - Rust Crates源", "https://nju-mirror-help.njuer.org/rust-crates.html"],
["[CN] 上海交通大学开源镜像站 - Rust Crates源", "https://mirrors.sjtug.sjtu.edu.cn/#/"],
["[CN] Rustcc.com源", "https://rustcc.com/article?id=6baecc6f-29ed-40d2-870b-343606aa2e93"], ["[CN] Rustcc.com源", "https://rustcc.com/article?id=6baecc6f-29ed-40d2-870b-343606aa2e93"],
] ]
}; };