| Crates.io | mdread-donot-use-test-only |
| lib.rs | mdread-donot-use-test-only |
| version | 0.1.0 |
| created_at | 2020-07-05 19:52:53.373967+00 |
| updated_at | 2020-07-05 19:52:53.373967+00 |
| description | Read a markdown file and return a parsed html file |
| homepage | |
| repository | https://github.com/sagarsahu27/rust-learning/mdread |
| max_upload_size | |
| id | 261711 |
| size | 9,400 |
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
cargo run -- test_data/hello.md -w --css foo.css