rtea 0.1.0

Makes writing TCL extensions in Rust ergonomic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.rtea-proc]
version = "1.0.0"

[lib]
crate-type = ["rlib"]

[package]
authors = ["John Rollinson <code@jrolli.dev>"]
description = "Makes writing TCL extensions in Rust ergonomic."
edition = "2018"
keywords = ["tcl", "tea", "rust"]
license = "MIT OR Apache-2.0"
name = "rtea"
readme = "README.md"
repository = "https://github.com/jrolli/rtea"
version = "0.1.0"