From: Kazuyoshi Kato Date: Sat, 15 Sep 2018 06:28:32 +0000 (-0700) Subject: Add a small search box to seach Rust's standary library X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=d63fd469291cc7285b47a3f03c6ed99954c4bbe1;p=rust.git Add a small search box to seach Rust's standary library This change partially addresses #14572. No CSS doesn't look fancy but at least it is functional. --- diff --git a/src/doc/index.md b/src/doc/index.md index 11313ba99e1..b1788d8c32f 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -43,6 +43,13 @@ Rust's standard library has [extensive API documentation](std/index.html), with explanations of how to use various things, as well as example code for accomplishing various tasks. +
+
+ + +
+
+ ## The Rustc Book [The Rustc Book](rustc/index.html) describes the Rust compiler, `rustc`.