Module conversion

Source
Expand description

Utility functions for converting between different data types.

Functionsยง

convert_bounds
Converts a range bound to a u64 start and end value.
format_mode
Converts a file mode to a string representation similar to ls -l
to_null_terminated_c_array
Creates a null-terminated array of pointers from a slice of strings.