repl_lib 0.3.3

Library for creating REPL interpreters.
Documentation
1
2
3
4
5
6
7
8
9
10
# repl_lib
![Crates.io Version](https://img.shields.io/crates/v/repl_lib)
![Crates.io Total Downloads](https://img.shields.io/crates/d/repl_lib?color=blue)
![GitHub License](https://img.shields.io/github/license/sebastian-j-ibanez/repl_suite)

Library for creating REPL interpreters with `term_manager`.

### Example usage.

An demo REPL (built using `term_manager` and `repl_lib`) can be found here in the `repl_demo` crate.