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
guarshbinary, that provides ajimsh-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§
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.