stabilizer-core 0.1.0

Bounded attempt-phase and delta policy primitives for forge-engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "stabilizer-core"
version = "0.1.0"
edition = "2021"
rust-version = "1.75"
license = "MIT"
readme = "README.md"
description = "Bounded attempt-phase and delta policy primitives for forge-engine"

[dependencies]
thiserror = "2"
typed-patch = { version = "0.1.0", path = "../typed-patch" }

[dev-dependencies]
uuid = { version = "1", features = ["v4"] }