| Crates.io | dolphindb |
| lib.rs | dolphindb |
| version | 3.3.1 |
| created_at | 2025-01-03 06:07:31.143908+00 |
| updated_at | 2025-07-10 07:46:16.02909+00 |
| description | A Rust native API for DolphinDB |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1502162 |
| size | 679,688 |
A Rust native API for DolphinDB
To use DolphinDB Rust SDK, add these lines into your Cargo.toml dependencies section:
dolphindb = { path = "/path/to/api-rust" }
tokio = "1.41"