The four public repositories form one lockstep SDK family.
flowchart LR
core["moot-core"]
semantics["moot-semantics"]
system["moot-system"]
memory["moot-memory"]
core --> semantics
core --> system
core --> memory
semantics --> memory
system --> memory
moot-core has no MOOT SDK dependency. moot-semantics and moot-system
depend on moot-core. moot-memory composes all three lower repositories.
The root Package.swift and Cargo.toml files are the executable dependency
truth for this release. PACKAGE_MAP.md maps each package to
its Swift product, Rust crate, and maintained documentation.