open-feature 0.3.0

The official OpenFeature Rust SDK.
Documentation
mod details;
pub use details::{
    EvaluationDetails, EvaluationReason, EvaluationResult, FlagMetadata, FlagMetadataValue,
};

mod error;
pub use error::{EvaluationError, EvaluationErrorCode};

mod context;
pub use context::EvaluationContext;

mod context_field_value;
pub use context_field_value::EvaluationContextFieldValue;

mod value;
pub use value::{StructValue, Type, Value};

mod options;
pub use options::EvaluationOptions;