Rust re-implementation of my other pi-image-builder. The main
motivation for this was in my Go project to reduce the amount of exec.cmd()
calls since those were a massive pain to
debug when things went wrong (looking at you lvm2 nonsense). So ideally there will be 0 shelling out in this and using
either nicely made crates or calling the C libraries for things I'm interacting with.
cargo build
note this does require the nightly toolchain
lol
#TODO
- loopdev requires
libclang.so
sudo pacman -Sy clang