rust/library/std/src/sys/path
U. Lasiotus a828ffcf5f Add Motor OS std library port
Motor OS was added as a no-std Tier-3 target in
https://github.com/rust-lang/rust/pull/146848
as x86_64-unknown-motor.

This patch/PR adds the std library for Motor OS.

While the patch may seem large, all it does is proxy
std pal calls to moto-rt. When there is some non-trivial
code (e.g. thread::spawn), it is quite similar, and often
identical, to what other platforms do.
2025-10-08 08:57:58 -07:00
..
windows Handle win32 separator & prefixes for cygwin paths 2025-06-16 09:24:07 +08:00
cygwin.rs setup CI and tidy to use typos for spellchecking and fix few typos 2025-07-03 10:51:06 +03:00
mod.rs library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00
sgx.rs path: Move is_absolute check to sys::path 2025-01-13 11:52:03 +05:30
uefi.rs uefi: Implement path 2025-01-16 10:19:22 +05:30
unix.rs Add Motor OS std library port 2025-10-08 08:57:58 -07:00
unsupported_backslash.rs path: Move is_absolute check to sys::path 2025-01-13 11:52:03 +05:30
windows.rs Handle win32 separator & prefixes for cygwin paths 2025-06-16 09:24:07 +08:00
windows_prefix.rs Handle win32 separator & prefixes for cygwin paths 2025-06-16 09:24:07 +08:00