mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
278 B
Text
8 lines
278 B
Text
```rust title="原生连接"
|
|
{{#include docs/examples/rust/nativeexample/examples/connect.rs}}
|
|
```
|
|
|
|
:::note
|
|
对于 Rust 连接器,连接方式的不同只体现在使用的特性不同。如果启用了 "ws" 特性,那么只有 WebSocket 的实现会被编译进来。
|
|
|
|
:::
|