Skip to content

release3.2.1

Compare
Choose a tag to compare
@YutongGong YutongGong released this 10 Feb 01:53
· 3 commits to main since this release

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"

Release Notes

新增功能:

1、支持上传行情数据。新增array_vector类用于存储多档报价。

Manual

DolphinDB