repl_lib 0.1.0

Library for creating REPL interpreters.
Documentation
[dependencies.term_manager]
version = "0.1.2"

[lib]
name = "repl_lib"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for creating REPL interpreters."
edition = "2024"
license = "MIT"
name = "repl_lib"
readme = "README.md"
repository = "https://github.com/sebastian-j-ibanez/repl_suite"
version = "0.1.0"