TDengine/docs/en/07-develop/_connect_rust.mdx
2024-12-02 17:01:27 +08:00

8 lines
303 B
Text

```rust title="Native Connection"
{{#include docs/examples/rust/nativeexample/examples/connect.rs}}
```
:::note
For the Rust connector, the difference in connection methods is only reflected in the features used. If the "ws" feature is enabled, only the WebSocket implementation will be compiled.
:::