Expand description
§cradle-shared
A library used by the cradle toolkit and its plugins that contains shared utilities and definitions
Re-exports§
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]toVec<u16>