confidence_resolver 0.15.1

Local resolver for Confidence feature flags
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# confidence_resolver

Core feature flag resolution library for [Confidence](https://confidence.spotify.com/).

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