Skip to main content

stackpatrol_core/
lib.rs

1//! Shared types between the StackPatrol CLI and the control plane.
2//!
3//! Crate is consumed by the public CLI (this workspace) and by the
4//! private `stackpatrol-control` workspace, so it must remain free of
5//! anything backend-specific.
6
7pub mod event;
8pub mod token;