Skip to main content

Crate superposition_provider

Crate superposition_provider 

Source

Re-exports§

pub use data_source::ConfigData;
pub use data_source::ExperimentData;
pub use data_source::SuperpositionDataSource;
pub use local_provider::LocalResolutionProvider;
pub use remote_provider::SuperpositionAPIProvider;
pub use client::*;
pub use provider::*;
pub use traits::*;
pub use types::*;

Modules§

client
conversions
data_source
local_provider
provider
remote_provider
traits
types
utils

Structs§

EvaluationContext
The evaluation context provides ambient information for the purposes of flag evaluation. Contextual data may be used as the basis for targeting, including rule-based evaluation, overrides for specific subjects, or fractional flag evaluation.
ProviderMetadata
The metadata of a feature provider.
ResolutionDetails
A structure which contains a subset of the fields defined in the evaluation details, representing the result of the provider’s flag resolution process.

Enums§

ProviderStatus
The status of a feature provider.