rust-md2html-0.1.0 is not a library.
📝 md2html — Markdown to HTML Converter in Rust
md2html is a simple and efficient command-line tool written in Rust that converts Markdown (.md) files to HTML. It includes an optional watch mode that automatically re-renders the HTML file whenever the Markdown source changes.
✨ Features
- 🔁 Converts
.mdfiles to.html - 👀 Automatically re-renders on file change (watch mode)
- ⚡ Fast and minimal — built with Rust
- 🧩 Uses
pulldown-cmark,clap, andnotifycrates
📦 Installation
Make sure you have Rust installed.