Rust Setup
Fory Rust is published on crates.io. The workspace minimum supported Rust version is 1.70 and uses the Rust 2021 edition. Use one compatible Fory release across every peer in an application.
Verify the Toolchain
rustc --version
cargo --version
Choose a Capability
| Capability | Crate or tool | Continue with |
|---|---|---|
| Object Serialization | fory | Rust object serialization, then choose xlang or native |
| Standard Row Format | fory | Rust Row Format |
| Schema and generated models | fory-compiler | Fory IDL and Compiler |
| Fory gRPC | generated companions plus tonic and bytes | Rust gRPC |
Each capability guide owns its exact dependency declaration and first runnable example.