Files
socktop/socktop_agent/src/proto.rs
T

6 lines
213 B
Rust
Raw Normal View History

2025-08-19 23:24:36 -07:00
// Generated protobuf modules live under OUT_DIR; include them here.
// This module will expose socktop::Processes and socktop::Process types.
pub mod pb {
include!(concat!(env!("OUT_DIR"), "/socktop.rs"));
2025-08-08 01:03:35 -07:00
}