relay-core-runtime-0.1.0 has been yanked.
Visit the last successful build:
relay-core-runtime-0.3.4
The main Rust API for embedding RelayCore.
Most users should start here. This crate owns the runtime state, proxy lifecycle, intercept rules, policy management, and event streams.
Note: The
relay-corecrate name was unavailable on crates.io.relay-core-runtimeis the official main package for RelayCore.
[]
= "0.1"
= "0.1" # optional REST/SSE adapter
Common types are re-exported for convenience:
use CoreState;
use Flow;
use ProxyPolicy;
use AuditActor;