ushell 0.3.1

Embedded shell over serial connection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ushell"
description = "Embedded shell over serial connection"
authors = ["Vitaly Domnikov <oss@vitaly.codes>"]
edition = "2018"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/dotcypress/ushell"
version = "0.3.1"

[dependencies]
heapless = "0.7.1"
nb = "1.0.0"
uluru = "2.1.1"

[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.4"