An open API service indexing awesome lists of open source software.

https://github.com/dolphindb/api-rust


https://github.com/dolphindb/api-rust

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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)