unleash-edge 19.8.2

Unleash edge is a proxy for Unleash. It can return both evaluated feature toggles as well as the raw data from Unleash's client API
1
2
3
4
5
6
7
#[cfg(not(tarpaulin_include))]
pub mod background_send_metrics;
pub mod broadcaster;
pub(crate) mod headers;
pub mod instance_data;
pub mod refresher;
pub mod unleash_client;