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.
This commit is contained in:
Kazuyoshi Kato 2018-09-14 23:28:32 -07:00
parent f2302daef3
commit d63fd46929

View file

@ -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.
<div>
<form action="std/index.html" method="get">
<input type="search" name="search"/>
<button>Search</button>
</form>
</div>
## The Rustc Book
[The Rustc Book](rustc/index.html) describes the Rust compiler, `rustc`.