Skip to main content

Crate cradle_shared

Crate cradle_shared 

Source
Expand description

§cradle-shared

A library used by the cradle toolkit and its plugins that contains shared utilities and definitions

Re-exports§

pub use checks::*;
pub use consts::*;
pub use errors::*;
pub use mutex::*;

Modules§

checks
Contains definitions for cradle checks
consts
Constants shared by the agent and CLI
errors
Errors shared by the cradle workspace
mutex
Small wrapper around an Arc<Mutex<T>> to make the code slightly cleaner

Functions§

bytes2wide
Small helper to convert a &[u8] to Vec<u16>