rust-embedded-community / menu

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

Use `noline` for line editing #23

Open eivindbergem opened 2 months ago

eivindbergem commented 2 months ago

I'm the maintainer of a no_std line editor called noline. I'd like to use noline as the line editor for menu.

With noline you get:

I need menu for a work project, so I have time to do the integration. This might cause some breaking changes to menu, so I'm checking if this is something that you're interested in. If not, I'll just make a fork, so no worries.

thejpster commented 2 months ago

This sounds very cool, but can we make the integration optional - for anyone who is happy with it as it is?

eivindbergem commented 2 months ago

Sure, we could put it behind a feature gate :)