open-feature 0.3.0

The official OpenFeature Rust SDK.
Documentation
1
2
3
4
5
6
7
8
9
10
mod api;
pub use api::OpenFeature;

mod client;
pub use client::{Client, ClientMetadata};

mod provider_registry;

mod global_evaluation_context;
mod global_hooks;