-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ship a 1.0 release #20
Comments
I guess the main blocking issue would be, whether this crate offers the right approach at all, and whether/how it needs to change (or be discarded completely) in the face of the async stuff that already landed in Rust, and is yet to come. See #14, rust-embedded/embedded-hal#149, and rust-embedded/embedded-hal#172. |
I would nominate #22 for this. |
Further TODOs:
|
I prefer the current approach of having to opt into |
Part of rust-embedded/wg#383
Add blocking issues here:
unstable
feature - Remove unstable feature and code and modernize #32await!
in Rust nightly viabuild.rs
? - Only include the await! macro when compiling with nightly Rust #28The text was updated successfully, but these errors were encountered: