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

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

Constants

Traits

Type Definitions

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