Expand description
Tesser aggregate crate that re-exports the main components for downstream users.
Re-exports§
pub use tesser_backtester as backtester;pub use tesser_binance as binance;pub use tesser_broker as broker;pub use tesser_bybit as bybit;pub use tesser_cli;pub use tesser_config as config;pub use tesser_core as core;pub use tesser_data as data;pub use tesser_events as events;pub use tesser_execution as execution;pub use tesser_indicators as indicators;pub use tesser_markets as markets;pub use tesser_paper as paper;pub use tesser_portfolio as portfolio;pub use tesser_strategy as strategy;pub use tesser_strategy_macros as strategy_macros;
Modules§
- prelude
- Convenience prelude to pull commonly used items into scope.
Functions§
- run_cli
- Convenience entrypoint to run the CLI directly from the facade crate.