//! # `cradle-shared`
//! A library used by the `cradle` toolkit and its plugins that contains shared utilities and definitions
/// Contains definitions for cradle checks
/// Constants shared by the agent and CLI
/// Errors shared by the cradle workspace
/// Small wrapper around an `Arc<Mutex<T>>` to make the code slightly cleaner
/// Contains the code to allow the agent and cli to communicate over TLS.
pub use *;
pub use *;
pub use *;
pub use *;
/// Small helper to convert a `&[u8]` to `Vec<u16>`