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
I think something that should be done on the next breaking release is using the "sealed trait" pattern for *Pin traits.
I.e. having a private trait Sealed and requiring *Pin: Sealed. This would be better than (and should be done instead of) writing "DO NOT IMPLEMENT THIS TRAIT" in the docs.
Btw, why are internal macros such as uart_hal_macro and uart_pin_macro exposed in the API ?
What do we need to do to put out a 1.0 release? One assumes we at least need an embedded-hal 1.0 (rust-embedded/embedded-hal#177)
The text was updated successfully, but these errors were encountered: