e51054811c
- socktop connector allows you to communicate with socktop agent directly from you code without needing to implement the agent API directly. - will also be used for non tui implementation of "socktop collector" in the future. - moved to rust 2024 to take advantage of some new features that helped with refactor. - fixed everything that exploded with update. - added rust docs for lib.
5 lines
140 B
Rust
5 lines
140 B
Rust
//! Types that mirror the agent's JSON schema.
|
|
|
|
// Re-export commonly used types from socktop_connector
|
|
pub use socktop_connector::Metrics;
|