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 |
interp |
A module that holds the |
obj |
A module that contains the |