math-jit 0.1.0

Compile arithmetic expressions to native code
Documentation
[dependencies.cranelift]
features = ["jit", "module"]
version = "0.116.1"

[dependencies.cranelift-codegen]
version = "0.116.1"

[dependencies.cranelift-native]
version = "0.116.1"

[dependencies.log]
version = "0.4.25"

[dependencies.meval]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.env_logger]
version = "0.11.6"

[[example]]
name = "run"
path = "examples/run.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Compile arithmetic expressions to native code"
edition = "2021"
license = "MIT"
name = "math-jit"
readme = "README.md"
repository = "https://github.com/kamirr/math-jit"
version = "0.1.0"