Type anything to search across articles, videos (including conference
talks), podcasts, and research. These operators give you finer control
— click an example to try it.
async runtime
Find pages containing all your words. Pages where the words
appear together rank higher.
"async await" borrow
Quote part of your query to keep those words together as an exact
phrase within a larger search.
'matches!'
"Vec<T>"
r"&str"
Wrap the whole query in quotes for a verbatim search that
matches text exactly, punctuation and all — perfect for Rust
syntax. Needs at least 3 characters.
site:docs.rs async
Limit results to a single site. Works on its own
(site:corrode.dev )
too. One site: per search.