dolphindb 3.2.3

A Rust native API for DolphinDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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](https://docs.dolphindb.cn/zh/rustdoc/index.html)