1// Heavily based on https://github.com/tru/ninja_syntax 2 3mod ninja_syntax; 4 5pub use crate::ninja_syntax::{Build, Rule, Variable, Writer};