Releases: mega-blastoise/bit-context-protocol
Releases · mega-blastoise/bit-context-protocol
bcp-cli v0.1.0
bcp-cli v0.1.0 — Initial Release
The bcp CLI tool for encoding, decoding, and inspecting Bit Context Protocol streams.
Install
cargo:
cargo install bcp-cliBinary (Linux arm64):
curl -sL https://github.com/mega-blastoise/bit-context-protocol/releases/download/bcp-cli-v0.1.0/bcp-v0.1.0-linux-arm64.tar.gz | tar xz
sudo mv bcp-linux-arm64 /usr/local/bin/bcpCrates Published
| Crate | Version | Description |
|---|---|---|
| bcp-wire | 0.1.0 | Wire format primitives |
| bcp-types | 0.1.0 | Type definitions |
| bcp-encoder | 0.1.0 | BCP encoder |
| bcp-decoder | 0.1.0 | Streaming decoder |
| bcp-driver | 0.1.0 | High-level driver |
| bcp-cli | 0.1.0 | CLI tool |
Note: This is an initial release. Additional platform binaries (linux-amd64, macos-arm64, macos-amd64) will be added in future releases via CI.