surrealcs_kernel/utils/
mod.rs

1
2
3
4
5
6
//! Defines functions and macros that can be utilized across the kernel and other programs using the kernel.
pub mod generic;
pub mod log_error;

#[cfg(feature = "testing")]
pub mod testing;