rtea 0.1.0

Makes writing TCL extensions in Rust ergonomic.
Documentation
1
2
3
4
5
6
mod interpreter;
mod object;

pub use interpreter::*;
pub use object::*;
pub use rtea_proc::module_init;