Crate md2src

Source
Expand description

Simple rust library and CLI to extract code blocks marked with triple backticks from markdown files into source files.

Build Status Coverage Status Crates.io download

§Installation

To download the latest release, please run either cargo install md2src or brew install AlexanderWillner/tap/md2src.

§Example

Run run md2src README.md to create the source file named code_snippet_000.rs.

Structs§