oai-statsig-rust 0.27.0

Statsig Rust SDK for usage in multi-user server environments.
Documentation
1
2
3
4
5
6
7
8
pub use interned_store::{InternedStore, MmapSyncCursor, MmapWriteOutcome};

pub mod interned_store;
pub(crate) mod mmap_data_v2;
mod mmap_sync;

#[cfg(test)]
mod __tests__;