Add associative map constraints and range refinement

This commit is contained in:
2026-08-14 06:26:15 +09:00
parent 8198b615a8
commit cc6ab40807
52 changed files with 8951 additions and 6918 deletions
+2
View File
@@ -8,6 +8,8 @@ It is designed around a lightweight Rust library:
- shared host environments for production and semantic editor tooling
- no filesystem access in the library core
- concrete and abstract values with constraints and defaults
- asymmetric range refinement with `narrower as wider`
- homogeneous associative-array schemas with `{...valueSchema}`
- deterministic expression evaluation
- optional regex support behind a Cargo feature
- browser playground support through WebAssembly