stackpatrol-core 0.2.5

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

pub mod event;
pub mod token;