sim-expr-tree-core 0.1.0

Finite namespace, policy, and storage records for SIM expression trees.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sim-expr-tree-core"
version = "0.1.0"
edition.workspace = true
license.workspace = true
readme = "README.md"
repository.workspace = true
homepage.workspace = true
publish = true
description = "Finite namespace, policy, and storage records for SIM expression trees."

[dependencies]
sim-codec = { version = "0.1.7" }
sim-kernel = { version = "0.2.0" }
sim-table-core = { version = "0.1.2" }

[lints]
workspace = true