netsuke-build 0.1.0-beta1

A YAML-powered Ninja/Jinja hybrid build system.
1
2
3
4
5
6
7
8
9
10
11
//! Entry point for stdlib path and file utilities.
//!
//! Wires up path and file filters and re-exports crate-private helpers for
//! registration from the stdlib coordinator.
mod filters;
mod fs_utils;
mod hash_utils;
mod path_utils;

pub(crate) use filters::register_filters;
pub(crate) use fs_utils::file_type_matches;