Re-exports§
pub use crate::gym::trading::factory::load;pub use crate::gym::trading::factory::make;pub use crate::indicator::streaming::StreamingIndicator;
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§
- ApiKey
- Represents an API key for authentication.
- Endpoint
Url - Represents an API Endpoint URL.
- Hosted
Api - Use Chapaty’s hosted API.
- Self
Hosted Api - Use a custom RPC endpoint with default connection parameters.
- 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