tower-resilience-core 0.2.1

Core infrastructure for tower-resilience: events, metrics, and shared utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Core infrastructure for tower-resilience.
//!
//! This crate provides shared functionality used across all tower-resilience modules:
//! - Event system for observability
//! - Metrics infrastructure
//! - Common configuration patterns
//! - Registry for managing instances

pub mod events;

pub use events::{EventListener, EventListeners, FnListener, ResilienceEvent};