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
One option would be to add features. Another would be to refactor the code and follow the same pattern as the embedded-hal crates (better in my opinion).
Thoughts?
The text was updated successfully, but these errors were encountered:
the nb crate is tiny, it compiles in milliseconds. If you don't use the nb stuff, code from nb doesnt end up at all on the final binary (the linker doesn't link unused code).
Hi,
I noticed that the embedded-can crate is always pulling the nb crate even if it's not being used.
One option would be to add features. Another would be to refactor the code and follow the same pattern as the embedded-hal crates (better in my opinion).
Thoughts?
The text was updated successfully, but these errors were encountered: