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:
parent
f2302daef3
commit
d63fd46929
1 changed files with 7 additions and 0 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue