TDengine/docs/en/07-develop/01-connect/_connect_rust.mdx
2022-06-13 15:32:44 +08:00

8 lines
300 B
Text

```rust title="Native Connection/REST Connection"
{{#include docs/examples/rust/nativeexample/examples/connect.rs}}
```
:::note
For Rust connector, the connection depends on the feature being used. If "rest" feature is enabled, then only the implementation for "rest" is compiled and packaged.
:::