Crate axor

Crate axor 

Source
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.

Structs§

AgentManifest
AxorContext
AxorManifest
Inject
InvokeResult
OperationDescriptor
Payload

Traits§

Agent
DowncastArc

Functions§

downcast_arc