{% extends "_base" %} {% block content -%} Index of {{ total_crates_indexed | separate_with_commas }} Rust libraries and applications. Lightweight, opinionated, curated, unofficial alternative to crates.io. => /about About To search for a crate, use the following path: /search/ or if you you want to go directly to a crate info page, use: /crates/ ## Categories {% for category in categories %} ### {{ category.name }} {{ category.description -}} {% for crate in category.crates %} => /crates/{{ crate }} {{ crate }} {%- endfor %} => /category/{{ category.slug }} {{ category.more_count }} more... {% endfor -%} {% endblock %}