Crate of the Week

Hi!

I would like to self-nominate embedded-cli. It's a library that makes it easy to create CLIs on embedded devices. It has clap-like derive macro to build commands with enums and supports autocompletion, help, history, options and subcommands.
Example running on Arduino Nano:
Arduino Demo

4 Likes