Expand description
§Axor
Axor is a zero-overhead, agent-based backend framework for Rust.
It provides:
- Strongly-typed agents with auto-injection
- Simple operation declarations with
#[operation] - Optional RPC-style invocation via
Payload
Use axor::prelude::* for a complete developer-friendly import.