> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brik64.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rust SDK

> BRIK64 Rust package notes.

The current Rust SDK published on crates.io is `brik64-core@0.1.0-beta.18.2`.

## Verify The Dependency

```bash theme={null}
cargo add brik64-core --version 0.1.0-beta.18.2
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.
