| Crates.io | clientrust |
| lib.rs | clientrust |
| version | 0.1.3 |
| created_at | 2024-05-15 01:00:57.077594+00 |
| updated_at | 2024-05-15 03:20:54.901265+00 |
| description | Rust client for trading via FIX messages |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1240501 |
| size | 14,898 |
clientrust is a Rust-based client designed to facilitate cryptocurrency trading using the Financial Information Exchange (FIX) protocol, specifically version 4.4. This package provides a robust and efficient way to interact with crypto trading platforms that support FIX 4.4, allowing for streamlined trading operations.
Ensure you have the following installed:
To use clientrust in your Rust project, add it as a dependency in your Cargo.toml:
[dependencies]
clientrust = "0.1.0"