#tcl #bindings #scripting #script

sys tcl-sys

rust bindings for the tcl interpreter library

4 releases

0.2.0 Apr 3, 2023
0.1.0 Dec 2, 2022

#1066 in Programming languages


Used in tk-sys

MIT/Apache

180KB

Tcl/Tk rust bindings

Rust bindings for the Tcl interpreter & Tk graphics library.

Warning this library is completely experimental!

Currently this library is tested on Linux, it has not been tested in any other environment. Nor has it been tested for systems that do not have Tcl/Tk as an available library.

This should probably build for Mac OSX provided it has Tcl/Tk & pkg-config installed. This has not been tested.


License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

lib.rs:

Rust bindings for the Tcl interpreter

Function specific documentation can be found at the Tcl website

Dependencies

~0–2.5MB
~38K SLoC