eppo_core 10.0.0

Eppo SDK core library
Documentation
1
2
3
4
5
6
7
8
//! Universal Flag Configuration.
mod assignment;
mod compiled_flag_config;
mod models;

pub use assignment::{Assignment, AssignmentValue};
pub use compiled_flag_config::*;
pub use models::*;