opup 0.1.0

Spin up a composable OP Stack, programmatically.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// The CLI entrypoint for the binary.
pub mod cli;

/// Dependency manager.
pub mod deps;

// Internally Exposed Modules
pub(crate) mod banners;
pub(crate) mod list;
pub(crate) mod runner;
pub(crate) mod telemetry;
pub(crate) mod up;