rusterm 0.1.2

Library providing a simple, quick command line interpreter for Rust projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.colored]
version = "2.0.0"

[dependencies.rustyline]
version = "8.2.0"

[package]
authors = ["Thomas <tduck973564@gmail.com>"]
description = "Library providing a simple, quick command line interpreter for Rust projects."
documentation = "https://docs.rs/rusterm/"
edition = "2018"
license = "GPL-3.0"
name = "rusterm"
repository = "https://github.com/tduck973564/rusterm"
version = "0.1.2"