Show HN: Learning Rust by writing a Markdown to HTML compiler
Summary
Andrea documents building a simple Markdown-to-HTML compiler in Rust, detailing the minimal parsing pipeline, an AST-like intermediate representation, and template-based output. The post emphasizes a practical, no-nonsense approach to learning Rust and software engineering, with links to the repository and demo visuals.