Skip to main content

Crate rs_zero

Crate rs_zero 

Source
Expand description

Runtime framework crate for rs-zero.

User applications should depend on this crate and enable features for the runtime capabilities they need. Code generation and compatibility tooling live in the rs-zero-cli crate and are available through the rzcli binary.

Modulesยง

cache
Cache abstractions and a default in-memory backend.
core
Core utilities shared by rs-zero crates.
db
SQLx database adapter helpers.
discovery
Service discovery primitives and local adapters.
layer
Tower-first shared layer utilities.
observability
Observability helpers for metrics and tracing.
resil
Minimal resilience primitives for rs-zero.
rest
REST runtime helpers built on axum and tower.
rpc
RPC helpers built on tonic.