aboutsummaryrefslogtreecommitdiffstats
path: root/zoned/src/main.rs
AgeCommit message (Collapse)Author
2022-02-18style: cleaned up the imports and visibilityToby Vincent
2022-02-17refactor(zone_zfs): convert zfs crate to singletonToby Vincent
Refactored the zone_zfs to be a singleton with a psudo-builder pattern rocket is now managing the singleton, instead of the config.
2022-02-11refactor(zoned): refactor the zoned apiToby Vincent
extract zoned api into a seperate module and remove unused config impl
2022-02-02fix(config): fix config handleing through rocketToby Vincent
Co-authored-by: Neil Kollack <nkollack@gmail.com>
2022-02-01fix: integrated figment with rocketToby Vincent
Co-authored-by: Neil Kollack <nkollack@gmail.com>
2022-01-31feat: use figment Crate to setup configsNeil Kollack
Fixes #5
2022-01-28refactor: move zfs and nspawn to seperate lib cratesToby Vincent
Co-authored-by: Neil Kollack <nkollack@gmail.com>"