We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d8ba1 commit 73e8e5dCopy full SHA for 73e8e5d
README.md
@@ -33,6 +33,11 @@ It uses gRPC and the official Protobuf definitions of the [Open-Tofino](https://
33
- Traffic Manager (TM) APIs
34
- Multicast and pipeline management
35
36
+ To enable the optional Thrift PD API support in your project, activate the `thrift-support` feature:
37
+
38
+ ```toml
39
+ [dependencies]
40
+ rbfrt = { version = "0.1.9", features = ["thrift-support"] }
41
## Documentation
42
43
The documentation of this crate is deployed as a [GitHub page](https://uni-tue-kn.github.io/rbfrt/rbfrt/).
0 commit comments