TDengine/docs/en/07-develop/01-connect/_connect_rust.mdx

9 lines
292 B
Text
Raw Normal View History

```rust title="Native Connection"
2022-06-13 07:32:44 +00:00
{{#include docs/examples/rust/nativeexample/examples/connect.rs}}
```
:::note
For Rust client library, the connection depends on the feature being used. If "ws" feature is enabled, then only the implementation for "websocket" is compiled and packaged.
:::