Skip to main content Crate spotify_confidence_openfeature_provider_local Copy item path Source pub use error::Error ;pub use error::Result ;pub use materialization::MaterializationStore ;pub use materialization::ReadOpType ;pub use materialization::ReadResultType ;pub use materialization::WriteOp ;pub use provider::ConfidenceProvider ;pub use provider::MaterializationStoreConfig ;pub use provider::ProviderOptions ;error Error types for the Confidence OpenFeature provider. host Native Rust implementation of the Host trait for the confidence resolver. logger Log management for sending flag logs to the Confidence API. materialization provider OpenFeature provider implementation for Confidence. state State management for fetching and updating resolver state from CDN. 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. EvaluationError Struct representing error EvaluationReason Reason for evaluation. VERSION The version of the Confidence OpenFeature provider.
This is automatically updated by release-please.