alpaca-rs

Crates.ioalpaca-rs
lib.rsalpaca-rs
version0.1.0
created_at2025-08-30 16:55:50.868463+00
updated_at2025-08-30 16:55:50.868463+00
descriptionThis crate provides a client for the Alpaca Markets API
homepagehttps://github.com/joaquinbejar/alpaca-rs
repositoryhttps://github.com/joaquinbejar/alpaca-rs
max_upload_size
id1817764
size15,292
Joaquin Bejar Garcia (joaquinbejar)

documentation

README

alpaca-rs

Dual License Crates.io Downloads Stars Issues PRs Build Status Coverage Dependencies Documentation Wiki

Alpaca Markets API Client

This crate provides a Rust client for the Alpaca Markets API.

Example

use alpaca_rs::Client;

// Basic usage example will be added as the API is implemented

Contribution and Contact

We welcome contributions to this project! If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure that the project still builds and all tests pass.
  4. Commit your changes and push your branch to your forked repository.
  5. Submit a pull request to the main repository.

If you have any questions, issues, or would like to provide feedback, please feel free to contact the project maintainer:

Joaquin Bejar Garcia

We appreciate your interest and look forward to your contributions!

✍️ License

Licensed under MIT license

Disclaimer

This software is not officially associated with IG Markets. Trading financial instruments carries risk, and this library is provided as-is without any guarantees. Always test thoroughly with a demo account before using in a live trading environment.

Commit count: 2

cargo fmt