sim-table-core 0.1.2

Shared table substrate: path references and the table operation protocol.
Documentation
[package]
name = "sim-table-core"
version = "0.1.2"
edition = "2024"
license = "MPL-2.0"
description = "Shared table substrate: path references and the table operation protocol."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-foundation"
homepage = "https://github.com/sim-nest/sim-foundation"

[package.metadata.sim-recipes]
policy = "rustdoc"
reason = "This table substrate is taught through rustdoc examples and unit tests; no recipe directory is shipped."

[dependencies]
sim-kernel = { version = "0.1.0" }
sim-value = { version = "0.1.2", path = "../sim-value" }

[lints]
workspace = true