This crate provides a Rust client for the Alpaca Markets API.
use alpaca_rs::Client; // Basic usage example will be added as the API is implemented
pub use client::Client;
pub use error::AlpacaError;
pub use error::Result;