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

Separate modules into features #65

@wizard-28

Description

@wizard-28

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestrefactorRelated to a code refactor

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions