[][src]Module zamm::parse

Finding and parsing the input files.

Re-exports

pub use markdown::extract_code;
pub use markdown::CodeExtraction;

Modules

markdown

Literate programming support - extracts relevant code from Markdown file.

Constants

SUPPORTED_EXTENSIONS

All supported input filename extensions.

Functions

find_file

Find the right input file.

parse_input

Parse the giveninput file.