Re-exports§
pub use error::NimbusError;
pub use error::Result;
pub use stateful::matcher::AppContext;
pub use evaluator::TargetingAttributes;
pub use schema::*;
pub use stateful::nimbus_client::*;
Modules§
- 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
thiserror
and ensuring all errors are handled appropriately
Structs§
- Custom configuration for the client. Currently includes the following:
Enums§
- The Remote Settings server that the client should use.
Functions§
- Determine the enrolment status for an experiment.