opys-core
Manifest data model + opys shorthand + Val/Valset — the reference
implementation of the frozen opys.json wire format.
[]
= "0.1"
use ;
let m = parse_manifest?;
let platform = OsOptions ;
let applicable = filter_manifest?;
println!;
The wire format is frozen — this crate is the contract a non-Rust reimplementation would reimplement exactly. Other opys crates layer on top:
opys-runtimeconsumes aManifestand installs + launches it.opys-mojang-rulesis the rule evaluator this crate depends on.
Part of the opys toolkit.