Skip to content

[FEATURE][PROJECT] Reimplementation of the codebase in Rust #154

@NachtsternBuild

Description

@NachtsternBuild

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

  • ATL UIBase Basic Implementation in Rust
  • Create structure for Rust project
  • Fastboot-Assistant Helper Rust impl.
  • Fastboot-Assistant UI Rust
  • Rework package building
  • Tests

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)

Metadata

Metadata

Labels

documentationImprovements or additions to documentationenhancementNew feature or requestquestionFurther information is requested

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions