{% extends "base.html" %} {% block title %}Dashboard — Rust Analyzer{% endblock %} {% block topbar_title %}Dashboard{% endblock %} {% block content %}
Files
{{ n_files }}
Rust source files scanned
Total Items
{{ total_items }}
Extracted code entities
Call Edges
{{ total_calls }}
{{ resolved_calls }} resolved statically
Public API
{{ pub_count }}
Public items
Avg Complexity
{{ "%.1f"|format(avg_complexity) }}
Cyclomatic (functions)
External Deps
{{ n_extern_crates }}
extern crate declarations
Items by Kind
Complexity Distribution
Top Files by LOC
Call Resolution
Most Complex Functions View All
{% for row in top_complex %} {% endfor %} {% if not top_complex %} {% endif %}
Function Kind CC Cog LOC Location
{{ row.name }} {{ row.kind }} {{ row.cyclomatic_complexity }} {{ row.cognitive_complexity }} {{ row.lines_of_code }} {{ row.file_path }}:{{ row.start_line }}
No functions found
{% endblock %} {% block scripts %} {% endblock %}