From d63fd469291cc7285b47a3f03c6ed99954c4bbe1 Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Fri, 14 Sep 2018 23:28:32 -0700 Subject: [PATCH] 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. --- src/doc/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/doc/index.md b/src/doc/index.md index 11313ba99e1a6..b1788d8c32f02 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`.