rust/library/std/src/sys/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
..
bytes std: move OS String implementation into sys 2024-01-15 16:26:25 +01:00
bytes.rs Move OsStr::slice_encoded_bytes validation to platform modules 2024-01-21 19:51:49 +01:00
mod.rs std: move OS String implementation into sys 2024-01-15 16:26:25 +01:00
wtf8.rs Move OsStr::slice_encoded_bytes validation to platform modules 2024-01-21 19:51:49 +01:00