Skip to content

Commit 8b1e5e1

Browse files
Rollup merge of #54244 - kzys:search-box, r=GuillaumeGomez
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.
2 parents 937abc9 + d63fd46 commit 8b1e5e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/doc/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ Rust's standard library has [extensive API documentation](std/index.html),
4343
with explanations of how to use various things, as well as example code for
4444
accomplishing various tasks.
4545

46+
<div>
47+
<form action="std/index.html" method="get">
48+
<input type="search" name="search"/>
49+
<button>Search</button>
50+
</form>
51+
</div>
52+
4653
## The Rustc Book
4754

4855
[The Rustc Book](rustc/index.html) describes the Rust compiler, `rustc`.

0 commit comments

Comments
 (0)