_connect_rust.mdx 291 字节
Newer Older
1
```rust title="原生连接/REST 连接"
D
dingbo 已提交
2
{{#include docs/examples/rust/nativeexample/examples/connect.rs}}
3 4 5 6 7 8
```

:::note
对于 Rust 连接器, 连接方式的不同只体现在使用的特性不同。如果启用了 "rest" 特性,那么只有 RESTful 的实现会被编译进来。

:::