shellfish 0.1.0

A library to run custom interactive shells.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.crossterm]
optional = true
version = "0.19.0"

[features]
default = ["crossterm"]

[package]
authors = ["John Toohey <john_t@mailo.com>"]
categories = ["command-line-interfaces"]
description = "A library to run custom interactive shells."
edition = "2018"
keywords = ["shell", "cli", "interactive", "terminal"]
license = "MIT OR Apache-2.0"
name = "shellfish"
readme = "README.md"
repository = "https://gitlab.com/john_t/shellfish"
version = "0.1.0"