https://github.com/dolphindb/api-rust
https://github.com/dolphindb/api-rust
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dolphindb/api-rust
- Owner: dolphindb
- License: other
- Created: 2020-03-13T15:07:42.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T07:53:10.000Z (12 months ago)
- Last Synced: 2025-07-10T16:24:42.366Z (12 months ago)
- Language: Rust
- Size: 23.9 MB
- Stars: 9
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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)