nishikaze 0.1.2

Zephyr build system companion.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(dead_code)]
/// CLI module
pub mod cli;

/// Executor module
pub mod exec;

/// Kaze config discovery module
pub mod config;

/// Command module
pub mod cmd;