//! Std basic operating system abstraction layer for Veecle OS.
//!
//! This provides the primitives that we need to use in Veecle OS, using the std library.
pub use ;
pub use main;
/// Do not use!
///
/// Reexported to enable the `veecle-osal-std` `main` macro.
///
/// This is exempted from SemVer versioning and may be changed or removed at any time without prior notice.
/// Helper trait to convert errors into osal errors.
///
/// We cannot implement `From` as that would be part of the public API.
pub