Expand description
Module containing utility functions and error types.
This module provides common utilities and error types used throughout the library, including exception types for handling illegal arguments and states.
Re-exports§
pub use error::IllegalArgumentException;
pub use error::IllegalStateException;
Modules§
- error
- Module containing custom error types used throughout the library.
Structs§
- Proxy
- Simple class representing a Proxy configuration.
Functions§
- setup_
logger - Sets up a logger for the application
- setup_
logger_ with_ level - Sets up a logger with a user-specified log level for platforms