alpacars 0.1.2

Async Rust SDK for Alpaca Markets API
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod crypto;
pub mod news;
pub mod option;
pub mod stock;
pub mod websocket;

pub use crypto::CryptoDataStream;
pub use news::NewsDataStream;
pub use option::OptionDataStream;
pub use stock::StockDataStream;