Skip to main content

Module functions

Module functions 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Constants§

STANDARD_SECTIONS
Standard ELF-like section layout for a kernel binary.

Functions§

bool_to_platform_result
Converts a boolean success flag into a PlatformResult<()>.
os_bytes_to_string
Converts OS path bytes back to a String, replacing invalid UTF-8.
str_to_os_bytes
Converts a &str to an OS path-like byte sequence.

Type Aliases§

PlatformResult
A Result type parameterised over ErrorCode for platform operations.