netsuke-build 0.1.0-beta1

A YAML-powered Ninja/Jinja hybrid build system.
1
2
3
4
5
6
7
8
//! Tests for manifest parsing and macro helpers.

mod macros;
mod macros_telemetry;
mod stages;
mod workspace;

mod env_function;