A markdown directory server for a cool editing experience with any editor.
This project also shows how to implement concurrent systems in Rust (with tokio
).
sh
git clone https://github.com/codefionn/md-dir-builder-rs
cd md-dir-builder-rs
cargo run -- -p 8082
Get help:
sh
cargo run -- --help
Currently markdown parsing is done with the pulldown-cmark
library (like mdBook).
127.0.0.1
and ::1
are used)