unleash-edge 19.2.1

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
#[cfg(not(tarpaulin_include))]
pub mod background_send_metrics;
pub mod feature_refresher;
pub mod unleash_client;