Skip to main content

roxy_loader_utils/
lib.rs

1#![deny(missing_docs)]
2
3//! Host-side utilities for working with `roxy-loader`.
4//!
5//! If you want to use `roxy-loader`, see the [Github README](https://github.com/RoxyOS/roxy-loader).
6//! These docs are not intended to be guides.
7
8/// Utilities for building bootable disk images.
9pub mod build_image;
10/// Utilities for discovering Cargo output paths.
11pub mod utils;