Victor Rust crates v0.8.0
First public release of Victor's modular Rust runtime crates.
Published packages:
- victor-protocol 0.8.0: https://crates.io/crates/victor-protocol/0.8.0
- victor-state 0.8.0: https://crates.io/crates/victor-state/0.8.0
- victor-tools 0.8.0: https://crates.io/crates/victor-tools/0.8.0
- victor-edge 0.8.0: https://crates.io/crates/victor-edge/0.8.0
The crates are published in dependency order. victor-edge is the standalone edge runtime and binary; victor-protocol, victor-state, and victor-tools are its reusable modules. victor_native remains part of the Python/PyPI release lane and is not published to crates.io.
Verification:
- GitHub Actions publishing run completed successfully
- all four crates are indexed and not yanked
- cargo install victor-edge --version 0.8.0 --locked succeeded from the public registry