1 2 3 4 5 6 7
//! The root library for blue-build. #![doc = include_str!("../README.md")] shadow_rs::shadow!(shadow); pub mod commands; pub mod strategies;