Crate omake

Source
Expand description

§omake (Oxidized Make)

This is the library component of omake, generally oriented towards the main binary of this crate, but should be designed to be used by other applications.

Structs§

Context
Represents parsing/execution context, specifically, which file and where in the file something is happening.
DefaultLogger
Makefile
The internal representation of a makefile.
Opts
Represents options available for a makefile.

Constants§

ERROR
INFO
WARN

Traits§

Logger

Type Aliases§

Env
Represents the “raw” environment coming from the OS.