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
10
11
12
pub mod dsl;
pub mod engine;
pub mod loader;
pub mod provider;

pub mod transaction;

pub use engine::*;
pub use loader::*;
pub use provider::*;

pub use transaction::*;