Re-exports§
Modules§
- data
- error
- gym
- indicator
- prelude
- report
- ring_
buffer - A fixed-capacity circular (ring) buffer.
- sorted_
vec_ map - A sorted map optimized for small collections.
Macros§
- assert_
f64_ eq - 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_
min_ max_ primitive - Macro to implement
minandmaxmethods for newtype wrappers around numeric types. - impl_
neg_ primitive - Macro to implement the
Negtrait for newtype wrappers around numeric types.
Structs§
- Credential
- Represents a credential for authentication.
- Default
Grpc Endpoint - Configuration for connecting to a self-hosted gRPC endpoint using default settings.
- Endpoint
Url - Represents an API Endpoint URL.
- Hosted
Api - Use Chapaty’s hosted API.
- Source
Group - Groups items to be fetched from the same data source.
Enums§
- Data
Source - Configuration for connecting to a data source.
- Serde
Format - Storage
Location - Storage location for simulation data.
Constants§
- VERSION
- The current version of the chapaty crate