This PR aims to switch from the bash script to a rust based approach. Currently, all functions available in sdbootutil are callable and have their designed parameters. A help page exists and is auto-generated.
However, the functions still lack the specific implementation, there currently is no testing framework in place and no github actions are used to e.g. build the source, test for warnings and execute tests.
Contributions are welcome :)
EDIT: Github Actions are added, will automatically build and run the specified tests
This PR aims to switch from the bash script to a rust based approach. Currently, all functions available in sdbootutil are callable and have their designed parameters. A help page exists and is auto-generated. However, the functions still lack the specific implementation, there currently is no testing framework in place and no github actions are used to e.g. build the source, test for warnings and execute tests.
Contributions are welcome :)
EDIT: Github Actions are added, will automatically build and run the specified tests
Basic tests are added
Implemented functions
Implemented functionality
Git hates me. See discussion so far here: #75