Name Description Size
arg.rs Convenient and efficient string argument passing. This module defines the `Arg` trait and implements it for several common string types. This allows users to pass any of these string types directly to rustix APIs with string arguments, and it allows rustix to implement NUL-termination without the need for copying where possible. 28230
dec_int.rs Efficient decimal integer formatting. # Safety This uses `CStr::from_bytes_with_nul_unchecked` and `str::from_utf8_unchecked`on the buffer that it filled itself. 3397
mod.rs Filesystem path operations. 279