pupoxide 0.2.3

A high-performance, memory-safe, declarative configuration management tool inspired by Puppet.
Documentation
1
2
3
4
5
6
7
8
9
pub mod agent;
pub mod cli;
pub mod formatter;
pub mod graph;
pub mod handlers;
pub mod server;
pub mod utils;

pub use cli::{Cli, Commands, MasterAction};