Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 410 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 410 Bytes

alpaca

alpaca is a rust library for working with the alpaca brokerage. The rest feature enables strongly-typed interaction with alpaca's rest endpoints, with asynchronous communication and automatic serialization and deserialization to correct types. The ws feature enables asynchronous streaming of account- and trade-data from alpaca. Both features are enabled by default.