repl_framework
An easy to use repl creation tool
quickstart
```rust use repl_framework::Repl; fn main() {
} ```