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