aboutsummaryrefslogtreecommitdiffstats
path: root/zone_zfs/src/file_system.rs
AgeCommit message (Collapse)Author
2022-02-13refactor: add error handling to librariesToby Vincent
refactor libraries from using anyhow to explicitly handling errors
2022-02-13refactor: restructure inter-crate dependenciesToby Vincent
Fixes #19
2022-02-07fix: make requested fixesNeil Kollack
2022-02-07feat: implement destroy, and mount/unmountNeil Kollack
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>"