[][src]Crate md_inc

Structs

Args

Include files in Markdown docs Can be generated from command-line arguments using Args::from_args() (uses the StructOpt trait)

Config
OutputTo
ParserConfig

Traits

StructOpt

A struct that is converted from command line arguments.

Functions

transform_files

Transforms files

transform_files_with_args

Transforms a list of input files

walk_transform

Transform files based on the arguments in args.

Derive Macros

StructOpt

Generates the StructOpt impl.