Crates.io | md-dir-builder |
lib.rs | md-dir-builder |
version | 0.3.1 |
source | src |
created_at | 2022-09-27 19:02:21.907625 |
updated_at | 2023-04-15 13:51:01.269194 |
description | Webserver for serving all markdown files in a directory |
homepage | |
repository | https://github.com/codefionn/md-dir-builder-rs |
max_upload_size | |
id | 675128 |
size | 749,128 |
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
).
git clone https://github.com/codefionn/md-dir-builder-rs
cd md-dir-builder-rs
cargo run -- -p 8082
Get help:
cargo run -- --help
Currently markdown parsing is done with the pulldown-cmark
library (like mdBook).
127.0.0.1
and ::1
are used)