mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
Add Rust performance book
This commit is contained in:
parent
313929ace1
commit
afc7c6c50b
2 changed files with 2 additions and 0 deletions
1
docs/static/index/commands.js
vendored
1
docs/static/index/commands.js
vendored
|
@ -23,6 +23,7 @@ var commandsIndex = {
|
|||
["Rust Fuzz Book", "https://rust-fuzz.github.io/book/"],
|
||||
["Rust Forge Book", "https://forge.rust-lang.org/"],
|
||||
["Rust Chalk Book", "https://rust-lang.github.io/chalk/book/"],
|
||||
["Rust Performance Book", "https://nnethercote.github.io/perf-book/"],
|
||||
],
|
||||
"yet": [
|
||||
["Are we async yet?", "https://areweasyncyet.rs", "Asynchronous I/O in Rust"],
|
||||
|
|
|
@ -23,6 +23,7 @@ var commandsIndex = {
|
|||
["Rust Fuzz Book", "https://rust-fuzz.github.io/book/"],
|
||||
["Rust Forge Book", "https://forge.rust-lang.org/"],
|
||||
["Rust Chalk Book", "https://rust-lang.github.io/chalk/book/"],
|
||||
["Rust Performance Book", "https://nnethercote.github.io/perf-book/"],
|
||||
],
|
||||
"yet": [
|
||||
["Are we async yet?", "https://areweasyncyet.rs", "Asynchronous I/O in Rust"],
|
||||
|
|
Loading…
Reference in a new issue