Installation
Add yggr to your Cargo.toml:
[dependencies]
yggr = "0.1"
Or, for the engine without the runtime:
[dependencies]
yggr-core = "0.1"
Requirements
- Rust 1.85+ (edition 2024)
protocinstalled (used byprost-buildto compile the wire format)
On Debian/Ubuntu:
sudo apt install protobuf-compiler
On macOS:
brew install protobuf