Skip to main content

Crate guartcl

Crate guartcl 

Source
Expand description

§Guardian TCL

Guardian is Jimmy Olsen tricked out with superhero gear.

Guartcl is Jim Tcl tricked out with extra bits.

There are two main ways to use this crate:

  • Through the guarsh binary, that provides a jimsh-like Tcl interpreter with Guardian’s extended commands.
  • Through the guardian_interp function, which creates an Interp with Guardian Tcl commands registered.

Re-exports§

pub use jimtcl as jim;

Modules§

usage
Code to integrate Usage CLI parsing.

Structs§

Interp
Safe wrapper for a Jim Tcl interpreter.
JimObject
Rust wrapper for a Tcl object.

Enums§

JimError
Error type Jim Tcl results.

Functions§

guardian_interp
Create an interpreter with added Guardian commands.

Type Aliases§

JimResult
Result of a Jim Tcl error.