rtforth 0.6.3

Forth implemented in Rust for realtime application
Documentation
[[example]]
name = "multitask"
path = "examples/multitask.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"
[dependencies.approx]
version = "0.5"

[dependencies.hibitset]
default-features = false
version = "0.6.3"

[dependencies.libc]
version = "^0.2.48"

[dependencies.page_size]
version = "0.4.2"

[dependencies.uom]
version = "0.33.0"

[lib]
name = "rtforth"
path = "src/lib.rs"

[package]
authors = ["Sirius Wu <ccwu660601@mapacode.tw>"]
autoexamples = false
description = "Forth implemented in Rust for realtime application"
keywords = ["forth", "real-time"]
license = "MIT OR Apache-2.0"
name = "rtforth"
readme = "README.md"
repository = "https://github.com/chengchangwu/rtforth.git"
version = "0.6.3"
[profile.release]
debug = true