tcl-sys 0.2.0

rust bindings for the tcl interpreter library
Documentation
1
2
3
4
5
6
7
8
9
10
//! Rust bindings for the Tcl interpreter
//!
//! Function specific documentation can be found at the [Tcl website]
//!
//! [Tcl website]: https://www.tcl-lang.org/man/tcl8.6/TclLib/contents.htm
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));