mdread-donot-use-test-only

Crates.iomdread-donot-use-test-only
lib.rsmdread-donot-use-test-only
version0.1.0
sourcesrc
created_at2020-07-05 19:52:53.373967
updated_at2020-07-05 19:52:53.373967
descriptionRead a markdown file and return a parsed html file
homepage
repositoryhttps://github.com/sagarsahu27/rust-learning/mdread
max_upload_size
id261711
size9,400
SAGAR SAHU (sagarsahu27)

documentation

README

How to Run

This needs nightly version of to run

rustup install nightly

and to compile this and run, use this command:

cargo +nightly run -- test_data/hello.md

OR make nightly as default rust

rustup override set nightly

How to run

cargo run -- test_data/hello.md -w --css foo.css

Commit count: 0

cargo fmt