unleash-edge 19.6.3

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
fn main() -> shadow_rs::SdResult<()> {
    shadow_rs::new()
}