relay-core-runtime 0.1.0

High-performance Rust traffic interception engine and proxy platform
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-core crate name was unavailable on crates.io. relay-core-runtime is the official main package for RelayCore.

[dependencies]
relay-core-runtime = "0.1"
relay-core-http = "0.1"   # optional REST/SSE adapter

Common types are re-exported for convenience:

use relay_core_runtime::CoreState;
use relay_core_runtime::flow::Flow;
use relay_core_runtime::policy::ProxyPolicy;
use relay_core_runtime::audit::AuditActor;