re_server 0.36.0

A Rerun server implementation backed by an in-memory store
Documentation
1
2
3
4
5
6
7
8
mod bandwidth;
mod error;
mod latency;

pub(crate) use self::bandwidth::BandwidthLayer;
pub(crate) use self::error::ErrorInjectionLayer;
pub use self::error::InjectedErrors;
pub(crate) use self::latency::LatencyLayer;