Re-exports§
pub use crate::error::NimbusError;pub use crate::error::Result;pub use crate::stateful::matcher::AppContext;pub use evaluator::TargetingAttributes;pub use crate::schema::*;pub use crate::stateful::nimbus_client::*;
Modules§
- error
- Not complete yet
This is where the error definitions can go
TODO: Implement proper error handling, this would include defining the error enum,
impl std::error::Error using
thiserrorand ensuring all errors are handled appropriately - metrics
- schema
- stateful
Structs§
- Enrolled
Feature - Nimbus
Targeting Helper - Remote
Settings Config - Custom configuration for the client. Currently includes the following:
Enums§
- Enrollment
Status - Remote
Settings Server - The Remote Settings server that the client should use.
Functions§
- evaluate_
enrollment - Determine the enrolment status for an experiment.