dolphindb

Crates.iodolphindb
lib.rsdolphindb
version3.3.1
created_at2025-01-03 06:07:31.143908+00
updated_at2025-07-10 07:46:16.02909+00
descriptionA Rust native API for DolphinDB
homepage
repository
max_upload_size
id1502162
size679,688
(YutongGong)

documentation

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

Commit count: 0

cargo fmt