xbasic 0.1.5

A library that allows adding a scripting language onto your project with ease. This lets your users write their own arbitrary logic.
Documentation
[[bench]]
harness = false
name = "benchmark"

[[bin]]
name = "xbasic-bin"
path = "src/bin/main.rs"
[dependencies.num-derive]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.phf]
features = ["macros"]
version = "0.8"
[dev-dependencies.criterion]
version = "0.3"

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

[package]
authors = ["Stephen <stephen@stephendownward.ca>"]
description = "A library that allows adding a scripting language onto your project with ease. This lets your users write their own arbitrary logic."
edition = "2018"
license = "MIT"
name = "xbasic"
readme = "README.md"
repository = "https://git.scd31.com/stephen/xbasic"
version = "0.1.5"