blue-build 0.8.8

A CLI tool built for creating Containerfile templates for ostree based atomic distros
Documentation
1
2
3
4
5
6
7
8
9
10
//! The root library for blue-build.
#![doc = include_str!("../README.md")]
#![allow(clippy::needless_raw_string_hashes)]

shadow_rs::shadow!(shadow);

pub mod commands;
pub mod credentials;
pub mod drivers;
pub mod image_metadata;