EppoSdk.Core (Eppo SDK v0.2.3)

View Source

Defines the interface with the Rust core SDK for evaluating feature flags.

This module provides the core functionality for feature flag evaluation by interfacing with the Rust implementation via NIFs. It handles initialization of the client and assignment evaluation while abstracting away the underlying Rust implementation details.

Summary

Types

client()

@opaque client()

Functions

get_assignment(client, flag_key, subject_key, subject_attributes, expected_type)

get_assignment_details(client, flag_key, subject_key, subject_attributes, expected_type)

init(config)

wait_for_initialization(client, timeout_secs \\ 1.0)