absmartly-sdk 0.1.0

ABsmartly SDK for Rust - A/B testing and feature flagging
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod murmur3;
pub mod md5;
pub mod utils;
pub mod assigner;
pub mod jsonexpr;
pub mod matcher;
pub mod models;
pub mod context;
pub mod sdk;

pub use sdk::SDK;
pub use context::Context;
pub use models::*;