Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 297 Bytes

File metadata and controls

15 lines (10 loc) · 297 Bytes

DolphinDB Rust SDK

A Rust native API for DolphinDB

Requirements

To use DolphinDB Rust SDK, add these lines into your Cargo.toml dependencies section:

dolphindb = { path = "/path/to/api-rust" }
tokio = "1.41"

Manual

DolphinDB