Build From Source
Use the meta workspace when you want all public repositories checked out together.
git clone https://code.sftblw.moe/nyabia-public/nyatif-workspace.gitcd nyatif-workspacegit submodule update --init --recursiveRun targeted checks from the workspace root:
cargo test --manifest-path nyatibara/Cargo.tomlcargo test --manifest-path nyatikit/Cargo.tomlcargo test --manifest-path nyatiagents/Cargo.tomlcargo test --manifest-path nyaticode/Cargo.tomlcargo test --manifest-path nyatipaw/Cargo.tomlIndividual repositories can also be cloned directly from
https://code.sftblw.moe/nyabia-public.
Public release policy
Section titled “Public release policy”Binary downloads, crates.io releases, and docs.rs links are intentionally deferred until the public crate release process is settled. Until then, build from source.