Skip to content

Releases: dolphindb/api-rust

release3.3.0

23 Jun 02:39
Compare
Choose a tag to compare
  1. 支持下载 array vector 与 symbol 列。

release3.2.3

20 May 01:23
Compare
Choose a tag to compare

1、新增 TableWriter ,用作 tableInsert 的缓存。

release3.2.2

07 Mar 08:31
Compare
Choose a tag to compare

3.2.2

新增支持流数据订阅。

release3.2.1

10 Feb 01:53
Compare
Choose a tag to compare

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

release3.2.0

03 Jan 07:05
Compare
Choose a tag to compare

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