flagsmith 2.1.0

Flagsmith SDK for Rust
Documentation
1
2
3
4
pub mod flagsmith;
pub mod error;
pub use crate::flagsmith::{Flagsmith, FlagsmithOptions};
pub use crate::flagsmith::models::Flag;