Module :: include_md

experimental rust-status docs.rs discord

Include markdown file or its section.

Sample :: trivial

```rust use include_md::*;

```

To add to your project

shell cargo add include_md

Try out from the repository

shell test git clone https://github.com/Wandalen/wTools cd wTools cd sample/rust/include_md_trivial_sample cargo run