uf-photon 0.1.0

Pub/sub event pipeline facade — composable storage adapters
1
2
3
4
5
6
7
8
9
10
//! Photon platform observability via injected [`photon_telemetry::OpsLog`].
//!
//! L0 backend instrumentation lives in [`photon_backend::instrumentation`]; this module
//! re-exports shared helpers for host applications.

pub use photon_backend::instrumentation::{
    dlq_fields, log_ops, ops_log_fields, record_drain, record_handler_failure,
    record_publish, record_publish_error, FailureReason, PhotonDlqRow,
    InstrumentedPhotonBackend, wrap_backend,
};