A lightweight static site generator built with Rust. This project demonstrates how to use Rust's file handling to generate a clean, dark-mode dashboard in HTML.
- Rust Powered: Core logic written in Rust.
- Automated: Generates
index.htmlon execution. - Premium UI: Modern dark-mode aesthetic (No "alay" green).
The program uses std::fs to write a formatted HTML string into a physical file, bridging the gap between systems programming and web display.
main.rs: The "printer" logic.index.html: The generated output.Cargo.toml: Project configuration.
Part of my journey to become a Rust Specialist.