rust-embedded-community / menu

Command-line menu system for embedded Rust platforms.
Apache License 2.0
50 stars 10 forks source link

Async implementation #14

Open rmja opened 1 year ago

rmja commented 1 year ago

This PR adds support for async handlers. It is not intended to be merged, but can be used as inspiration for anyone who also needs this. I have made this available in a fork https://github.com/rmja/menu which has some additional fixes as well.