flawless-utils 1.0.0-beta.2

Utility tools for integrating flawless workflows into Rust projects.
Documentation
1
2
3
4
5
6
#[macro_export]
macro_rules! load_module_from_build {
    ($name:literal) => {
        include_bytes!(env!(concat!("FLAWLESS_UTIL_BUILD_", $name)))
    };
}