pupoxide 0.2.3

A high-performance, memory-safe, declarative configuration management tool inspired by Puppet.
Documentation
1
2
3
4
5
6
7
pub mod exec;
pub mod fs;
pub mod package;

pub use exec::ExecAdapter;
pub use fs::FsAdapter;
pub use package::PackageAdapter;