| Crates.io | confidence_resolver |
| lib.rs | confidence_resolver |
| version | 0.10.0 |
| created_at | 2026-01-19 13:54:00.633275+00 |
| updated_at | 2026-01-22 10:30:02.521492+00 |
| description | Local resolver for Confidence feature flags |
| homepage | https://confidence.spotify.com/ |
| repository | https://github.com/spotify/confidence-resolver |
| max_upload_size | |
| id | 2054652 |
| size | 485,702 |
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.
This library is typically consumed through one of the higher-level SDK integrations (e.g., the OpenFeature provider) rather than directly.
std (default) - Enables standard library supportjson - Enables JSON serialization via serdeApache-2.0