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
&strto an OS path-like byte sequence.
Type Aliases§
- Platform
Result - A
Resulttype parameterised overErrorCodefor platform operations.