[][src]Module rusty_p4::app

Modules

common
default
device_manager
graph
options
store

Traits

App

App is the core concept to build a controller, which is for custom logic and function. It can have dependency and option (also called configuration). Using dependency app can get instance of other apps when initializing. So a app is required to be clone + Send + Sync, as it might be held by multiple apps and accessed from different threads.

Dependencies