menu 0.4.0

A simple #[no_std] command line interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
[dev-dependencies.pancurses]
version = "0.16"

[features]
default = ["echo"]
echo = []

[package]
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
description = "A simple #[no_std] command line interface."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "menu"
readme = "README.md"
repository = "https://github.com/rust-embedded-community/menu"
version = "0.4.0"