Re-exports§
Modules§
Macros§
- impl_
abs_ primitive - Macro to implement an
absmethod for newtype wrappers around numeric types. - impl_
add_ sub_ mul_ div_ primitive - Macro to implement
Add,Sub,Mul,Div, andSumtraits for newtype wrappers around numeric types, including support for adding a primitive type directly. - impl_
from_ primitive - Macro to implement
From<T>for newtype wrappers around primitive types. - impl_
neg_ primitive - Macro to implement the
Negtrait for newtype wrappers around numeric types.
Structs§
- ApiKey
- Represents an API key for authentication.
- Source
Group - Groups items to be fetched from the same data source.
- Url
- Represents a validated API URL.
Enums§
- Data
Source - Configuration for connecting to a data source.
- Serde
Format - Storage
Location - Storage location for simulation data.