oximo-expr 0.1.0

Arena-allocated expression tree for the oximo optimization framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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

[lints]
workspace = true