repl_lib 0.3.3

Library for creating REPL interpreters.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "repl_lib"
version = "0.3.3"
edition = "2024"
description = "Library for creating REPL interpreters."
license = "MIT"
repository = "https://github.com/sebastian-j-ibanez/repl_suite"

[dependencies]
term_manager = "0.1.3"