Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Separate modules into features #65

Open
wizard-28 opened this issue Sep 5, 2022 · 1 comment
Open

Separate modules into features #65

wizard-28 opened this issue Sep 5, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request refactor Related to a code refactor
Milestone

Comments

@wizard-28
Copy link
Member

wizard-28 commented Sep 5, 2022

Rust enables us to separate modules into features, this enables people to conditionally compile code that they use and can in certain situations enable developers to use this library in environments where it's not possible to use otherwise (example: This library won't be able to compile on a non-Debian based distro due to the future system binding with libapt, but if we separate modules into features, that will enable developers on other distros to compile and use the features that don't depend on libapt).

Helpful Resources

Post Script

Remember to update the README, telling the users that this library is "modular" and cool.

@wizard-28 wizard-28 added enhancement New feature or request refactor Related to a code refactor labels Sep 5, 2022
@wizard-28 wizard-28 added this to the 0.1.0 milestone Sep 5, 2022
@saenai255
Copy link

why would we want to support other distros other than debian

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request refactor Related to a code refactor
Projects
Development

No branches or pull requests

3 participants