rust-md2html-0.1.2 is not a library.
📝 md2htmlx — A Simple Markdown to HTML Converter with Live Watch Mode
md2htmlx is a fast, lightweight, and user-friendly command-line tool written in Rust that converts Markdown files into HTML. It also supports a live watch mode to automatically re-render your HTML output whenever the Markdown file is edited.
Perfect for developers, bloggers, or static site generators who want quick Markdown rendering without heavy dependencies.
🚀 Features
- ✅ Convert
.mdfiles to.html - 🔁 Automatically re-renders on file save
- ⚡ Fast and compiled with Rust
- 🧩 Uses popular, safe crates:
pulldown-cmark,clap,notify - 🔧 Simple CLI interface
📦 Usage
Basic Conversion
📦 Installation
From crates.io:
Build From Source