Skip to content

Commit

Permalink
Rollup merge of rust-lang#54244 - kzys:search-box, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Add a small search box to seach Rust's standary library

This change partially addresses rust-lang#14572. No CSS doesn't look fancy
but at least it is functional.
  • Loading branch information
GuillaumeGomez authored Sep 16, 2018
2 parents 937abc9 + d63fd46 commit 8b1e5e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 8b1e5e1

Please sign in to comment.