easy-repl

Crates.ioeasy-repl
lib.rseasy-repl
version0.2.1
sourcesrc
created_at2021-05-17 20:56:16.762411
updated_at2022-07-13 08:22:04.979162
descriptionAn easy to use REPL, ideal when there is a need to crate an ad-hoc shell
homepage
repositoryhttps://github.com/jedrzejboczar/easy-repl
max_upload_size
id398747
size76,209
Jędrzej Boczar (jedrzejboczar)

documentation

README

easy-repl crates.io docs.rs

An easy to use REPL, ideal when there is a need to crate an ad-hoc shell.

This is a Rust library that provides a fast and convenient way to generate a REPL for your application. It comes with easy to use command! macro that will automatically validate and parse command arguments, doing all the type checking for you. The REPL comes with handy help messages, input validation, hints and TAB-completion. Many REPL features can be configured.

See the crate documentation and the examples/ directory for more information.

Commit count: 62

cargo fmt