Skip to main content
The current Rust SDK published on crates.io is brik64-core@0.1.0-beta.18.2.

Verify The Dependency

Library Versus CLI

brik64-core is a Rust library surface. It should not be documented as the installation method for the local brik64 command unless a release explicitly provides that path.

Example Policy

Rust examples should:
  • name the crate version;
  • keep the function small;
  • show observed output when behavior matters;
  • identify related monomers;
  • avoid replacing CLI evidence with library-only output.
Package installation only adds the SDK library to your project. CLI commands and workspace workflows use the separate BRIK64 CLI installer.