Skip to content

LadySerena/pi-image-builder-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-image-builder-rs

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.

building

cargo build

note this does require the nightly toolchain

testing

lol

error handling

#TODO

Required C Libraries

  • loopdev requires libclang.so
    • sudo pacman -Sy clang

About

pi-image-builder-rs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages