hyperliquid-trading-bot 0.1.0

CLI runner for Hyperliquid trading bots
Documentation
1
2
3
4
5
6
7
8
9
//! Bot CLI library exports.
//!
//! This crate provides the bot CLI runner and configuration types.
//! The config module exports types used by both the CLI and schema generation.

pub mod config;

// Re-export commonly used types
pub use config::BotConfig;