5 lines
122 B
Rust
5 lines
122 B
Rust
//! @brief Example Rust-based BPF program that issues a cross-program-invocation
|
|
|
|
pub mod instruction;
|
|
pub mod processor;
|