oximo-expr 0.7.0

Arena-allocated expression tree for the oximo optimization framework
Documentation
[package]
name = "oximo-expr"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
description = "Arena-allocated expression tree for the oximo optimization framework"
readme = "README.md"

[dependencies]
smallvec = { workspace = true, features = ["union"] }
rustc-hash.workspace = true
thiserror.workspace = true
parking_lot.workspace = true

[lints]
workspace = true

[[bench]]
name = "extraction"
harness = false

[[bench]]
name = "eval"
harness = false