unleash-edge 0.2.0

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
Documentation
1
2
3
4
5
pub mod builder;
pub mod memory_provider;
pub mod offline_provider;
pub mod redis_provider;
pub mod repository;