Is your feature request related to a problem? Please describe.
C is prone to memory issues, and solutions to work around these memory issues can be complicated. File system access and the execution of shell commands are also highly prone to problems and security vulnerabilities.
Describe the solution you would like to see implemented
To address all issues related to memory management, the shell, and file access, the entire codebase should be migrated from C to Rust.
Describe alternatives you've considered
Additional context
Which version of Fastboot Assistant are you using?
0.9.1.dev (Default)
Relevant code parts (C-Code)
Relevant code parts (Shell)
Relevant code parts (Makefile)
Relevant code parts (YAML)
Is your feature request related to a problem? Please describe.
C is prone to memory issues, and solutions to work around these memory issues can be complicated. File system access and the execution of shell commands are also highly prone to problems and security vulnerabilities.
Describe the solution you would like to see implemented
To address all issues related to memory management, the shell, and file access, the entire codebase should be migrated from C to Rust.
Describe alternatives you've considered
Additional context
Which version of Fastboot Assistant are you using?
0.9.1.dev (Default)
Relevant code parts (C-Code)
Relevant code parts (Shell)
Relevant code parts (Makefile)
Relevant code parts (YAML)