open-feature-flagd 0.2.1

The official flagd provider for OpenFeature.
Documentation
1
2
3
4
5
6
7
8
#[cfg(any(feature = "rpc", feature = "in-process"))]
pub mod common;
#[cfg(feature = "in-process")]
pub mod in_process;
#[cfg(feature = "rest")]
pub mod rest;
#[cfg(feature = "rpc")]
pub mod rpc;