tcl 0.1.0

Rust bindings for Tcl language
docs.rs failed to build tcl-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tcl-0.1.9

This project provides safe and easy to use API bindings to Tcl programming language.

Features

  1. Convert between Rust values and Tcl objects.

  2. Serde data format of Tcl objects.

  3. Run Tcl scripts.

  4. Register Rust functions/closures as tcl commands.

Usage

See https://docs.rs/tcl for more.

License

Under Apache License 2.0 or MIT License, at your will.