TDengine/docs/zh/08-develop/01-connect/_connect_rust.mdx

9 lines
279 B
Text
Raw Normal View History

```rust title="原生连接"
2022-06-13 07:32:44 +00:00
{{#include docs/examples/rust/nativeexample/examples/connect.rs}}
```
:::note
对于 Rust 连接器, 连接方式的不同只体现在使用的特性不同。如果启用了 "ws" 特性,那么只有 Websocket 的实现会被编译进来。
:::