Closed afonso360 closed 2 years ago
👋 Hey,
I'm trying to use this crate on a embedded device, and we don't have support for libloading.
libloading
This PR hides the hardware implementations behind feature flags so that they can be enabled conditionally.
Additionally it removes the env_logger dependency, but that's just because its not used anywhere in the project.
env_logger
Awesome! This was on my to-do list anyway, thanks for the help!
👋 Hey,
I'm trying to use this crate on a embedded device, and we don't have support for
libloading
.This PR hides the hardware implementations behind feature flags so that they can be enabled conditionally.
Additionally it removes the
env_logger
dependency, but that's just because its not used anywhere in the project.