crabscore-report
Report generation and web dashboard for CrabScore - The Rust Efficiency Standard.
Overview
Beautiful report generation with multiple output formats including JSON, HTML, and live web dashboards powered by Axum.
Features
- JSON Reports: Machine-readable detailed metrics
- HTML Reports: Static HTML with embedded visualizations
- Web Dashboard: Live interactive dashboard with real-time updates
- Export Formats: CSRD, CSV, and custom formats
- Template Engine: Handlebars-powered customizable reports
- Static Assets: Professional UI with charts and visualizations
Usage
use ;
// Generate static reports
let json = generate_json;
let html = generate_html;
// Serve live dashboard
let addr = .into;
serve.await?;
Installation
[]
= "0.1.0"
License
Licensed under Apache-2.0. See LICENSE for details.