menu 0.3.1

A simple #[no_std] command line interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "menu"
version = "0.3.1"
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
description = "A simple #[no_std] command line interface."
license = "MIT OR Apache-2.0"
edition = "2018"
repository = "https://github.com/thejpster/menu"
readme = "README.md"

[dependencies]


[dev-dependencies]
pancurses = "0.16"