pupoxide 0.2.0

A high-performance, memory-safe, declarative configuration management tool inspired by Puppet.
1
2
3
4
5
6
7
8
9
10
11
pub mod adapter;

pub mod facter;
pub mod state_store;

pub use adapter::*;

pub use facter::*;
pub use state_store::*;
pub mod stash;
pub use stash::*;