Skip to content

Commit 73e8e5d

Browse files
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b6d8ba1 commit 73e8e5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ It uses gRPC and the official Protobuf definitions of the [Open-Tofino](https://
3333
- Traffic Manager (TM) APIs
3434
- Multicast and pipeline management
3535

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"] }
3641
## Documentation
3742

3843
The documentation of this crate is deployed as a [GitHub page](https://uni-tue-kn.github.io/rbfrt/rbfrt/).

0 commit comments

Comments
 (0)