rust-embedded-community / embedded-nal

An Embedded Network Abstraction Layer
Apache License 2.0
177 stars 25 forks source link

Re-exports of publicly used crates #17

Closed chrysn closed 3 years ago

chrysn commented 4 years ago

The state of crates used publicly is currently inconsistent:

This means that as an implementer of embedded-nal I need to depend on heapless and hope for the versions to match. The straightforward way to mitigate would be pub use of heapless.