⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

veridian_kernel/utils/
mod.rs

1//! Kernel utilities
2//!
3//! Miscellaneous helper modules that do not belong to a specific subsystem,
4//! including version information and build metadata.
5
6pub mod version;