rust/library/std/src/ffi/os_str
Jan Verbeek 51a7396ad3 Move OsStr::slice_encoded_bytes validation to platform modules
On Windows and UEFI this improves performance and error messaging.

On other platforms we optimize the fast path a bit more.

This also prepares for later relaxing the checks on certain platforms.
2024-01-21 19:51:49 +01:00
..
tests.rs Move OsStr::slice_encoded_bytes validation to platform modules 2024-01-21 19:51:49 +01:00