Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break Code Into Features #198

Open
cycle-five opened this issue Mar 16, 2024 · 3 comments
Open

Break Code Into Features #198

cycle-five opened this issue Mar 16, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@cycle-five
Copy link
Owner

In Rust, you can separate code into "features" which can be turned on or off at compile time. This can greatly reduce the binary size and the length of the builds for situations where not everything is needed.

@cycle-five cycle-five converted this from a draft issue Mar 16, 2024
@cycle-five cycle-five self-assigned this Mar 16, 2024
@cycle-five cycle-five added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 16, 2024
@cycle-five cycle-five removed their assignment Mar 16, 2024
@cycle-five cycle-five moved this from In Progress to Done in CrackTunes Mar 18, 2024
@cycle-five cycle-five moved this from Done to Todo in CrackTunes Mar 20, 2024
@cycle-five cycle-five moved this from Todo to Done in CrackTunes Mar 20, 2024
@13unk0wn
Copy link

13unk0wn commented Jan 7, 2025

I am a bit confused as this is my first time contributing. Are you asking to identify the parts of the code that are not essential and wrap them in features so that others can include or exclude them as needed?

@cycle-five
Copy link
Owner Author

cycle-five commented Jan 7, 2025 via email

@13unk0wn
Copy link

13unk0wn commented Jan 8, 2025

Okay, I will do my best to solve what I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Done
Development

No branches or pull requests

2 participants