Module tcl::interp

source ·
Expand description

Tcl interpreter.

Structs

  • Tcl interpreter which does not have ownership.
  • Tcl interpeter which has ownership.

Traits

  • Converts integral error code returned by Tcl’s C API to Rust’s Result type.

Type Definitions

  • API for registering Rust functions as Tcl commands.