Skip to content

Migrate code from Python to Rust for improved performance and dependency management in CLI tool #25

@devleejb

Description

@devleejb

What would you like to be added?

The current Python implementation of the CLI tool is experiencing performance issues due to heavy resource usage. Additionally, managing dependencies in Python for the CLI tool has become challenging.
To address these issues, it is recommended to migrate the codebase from Python to Rust. Rust is known for its performance, memory safety, and dependency management capabilities, which can potentially resolve the existing issues.
This migration will involve translating the existing Python code to Rust and ensuring that the performance is optimized.

Why is this needed?

Improve the performance of the CLI tool and simplify dependency management by leveraging Rust's features. It will result in a more efficient and maintainable codebase.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions