Crate mk_lib

Source
Expand description

§mk-lib

mk-lib is a library for parsing and running tasks defined in a YAML file.

§Data formats

The following data formats are supported:

  • YAML, a self-proclaimed human-friendly configuration language that ain’t markup language.

Re-exports§

Modules§

  • The defaults module contains the default values for the library
  • The file module contains the file path handling functions
  • The macros module contains the custom macros used in the library
  • The schema module contains the data structures used to represent the tasks
  • The version module contains the version information for the library

Macros§