Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.06 KB

Readme.md

File metadata and controls

32 lines (22 loc) · 1.06 KB

Module :: include_md

experimental rust-status docs.rs discord

Include markdown file or its section.

Basic use-case

use include_md::*;

To add to your project

cargo add include_md

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/move/include_md_trivial
cargo run