{% import "_macros.html" as macros %} {% block title %}{{ config.title }}{% endblock title %} {% block header %}
{{ macros::render_header() }}

The ultimate search extension for Rust

Search docs, crates, builtin attributes, official books, and error codes, etc in your address bar instantly. Input keyword rs then press Space to get started. Just that easy!

Current version 0.9.0 Install to Chrome Install to Firefox Install to Edge
demonstration-gif
Explore More ⇩
{% endblock header %}
{% block toc %}
{% if section.toc %} {% set toc = section.toc %} {% elif page.toc %} {% set toc = page.toc %} {% endif %} {% if toc %} {% for h in toc %} {% if h.children %} {% for h2 in h.children %} {% endfor %} {% endif %} {% endfor %} {% endif %}
{% endblock toc %}
{% block content %}
Overview
{{ section.content | safe }} {% endblock content %}