easy-repl 0.2.0

An easy to use REPL, ideal when there is a need to crate an ad-hoc shell
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.rustyline]
version = "8.0"

[dependencies.rustyline-derive]
version = "0.4"

[dependencies.shell-words]
version = "1.0"

[dependencies.textwrap]
version = "0.13"

[dependencies.thiserror]
version = "1.0"

[dependencies.trie-rs]
version = "0.1"

[package]
authors = ["Jędrzej Boczar <jedrzej.boczar@gmail.com>"]
categories = ["command-line-interface"]
description = "An easy to use REPL, ideal when there is a need to crate an ad-hoc shell"
edition = "2018"
keywords = ["repl", "cli", "shell", "interactive", "interpreter"]
license = "MIT OR Apache-2.0"
name = "easy-repl"
repository = "https://github.com/jedrzejboczar/easy-repl"
version = "0.2.0"