Skip to main content
The beta7 Rust SDK is published on crates.io as brik64-core@0.1.0-beta.7.

Verify The Dependency

cargo add brik64-core --version 0.1.0-beta.7
cargo tree -i brik64-core

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.