pupoxide 0.2.0

A high-performance, memory-safe, declarative configuration management tool inspired by Puppet.
1
2
3
4
5
pub mod agent;
pub mod cli;
pub mod server;

pub use cli::{Cli, Commands};