rbfrt 0.1.8

Rust library for interaction with Intel Tofino(TM) BFRT switch interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! This module includes the code that is automaticly generated by a Protobuf compiler from the [Open Tofino](https://github.com/barefootnetworks/Open-Tofino) Protobuf definitions.

#[allow(dead_code, clippy::all)]
pub mod bfrt_proto;
#[allow(dead_code, clippy::all)]
pub mod google_protobuf;
#[allow(dead_code, clippy::all)]
pub mod google {
    pub mod rpc {
        include!("google_rpc.rs");
    }
}
#[allow(dead_code, clippy::all)]
pub mod protobuf {
    include!("google_protobuf.rs");
}