A rudimentary config managment tool for managing files and packages on debian based systems built in Rust. The config file is made of two parts. A list of packages and a list of files. At least one ...
This Crate is used to read a configuration file on the example form: Use the read function to retrieve the parsed Config struct, which is the object you'll interact with to get configuration items. If ...