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.