Crates.io | molt-shell |
lib.rs | molt-shell |
version | 0.3.1 |
source | src |
created_at | 2019-09-18 02:13:13.433981 |
updated_at | 2020-05-11 01:49:18.993143 |
description | Molt Application Frameworks |
homepage | https://wduquette.github.io |
repository | https://github.com/wduquette/molt |
max_upload_size | |
id | 165584 |
size | 15,434 |
The molt-shell
crate provides application frameworks for use with the Molt TCL interpreter:
The Molt Book (and the rustdoc) explain how to create each of these kinds of apps; or see
the molt-app
crate for a straightforward example. molt-app
defines moltsh
, which
provides a vanilla REPL, test tool, and benchmark tool, in one page of code.
The molt-sample
repo contains a sample Molt
extension, including a shell application and a library create, both of which define new
Molt commands.
See The Molt Book for more details, and the GitHub Repo for issue tracking, etc.
See the Annotated Change Log in the Molt Book for the complete list of new features by version.