You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2024. It is now read-only.
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).