Crate rusty_tcl[][src]

A simple crate that allow to use the Tcl C library in a more rustic way.

Re-exports

pub use error::TclError;
pub use interp::TclInterp;
pub use obj::TclObj;

Modules

error

A module that contains the TclError enum.

interp

A module that holds the TclInterp struct.

obj

A module that contains the TclObj.