confidence_resolver

Crates.ioconfidence_resolver
lib.rsconfidence_resolver
version0.10.0
created_at2026-01-19 13:54:00.633275+00
updated_at2026-01-22 10:30:02.521492+00
descriptionLocal resolver for Confidence feature flags
homepagehttps://confidence.spotify.com/
repositoryhttps://github.com/spotify/confidence-resolver
max_upload_size
id2054652
size485,702
vahidlazio (vahidlazio)

documentation

README

confidence_resolver

Core feature flag resolution library for Confidence.

This crate provides the fundamental flag resolution logic used by the various SDK implementations in this monorepo. It handles flag evaluation, targeting rules, and value resolution.

Usage

This library is typically consumed through one of the higher-level SDK integrations (e.g., the OpenFeature provider) rather than directly.

Features

  • std (default) - Enables standard library support
  • json - Enables JSON serialization via serde

License

Apache-2.0

Commit count: 211

cargo fmt