mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
305 B
Text
8 lines
305 B
Text
```rust title="Native Connection/REST Connection"
|
|
{{#include docs/examples/rust/nativeexample/examples/connect.rs}}
|
|
```
|
|
|
|
:::note
|
|
For Rust client library, the connection depends on the feature being used. If "rest" feature is enabled, then only the implementation for "rest" is compiled and packaged.
|
|
|
|
:::
|