mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
303 B
Text
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.
|
|
|
|
:::
|