rust/library/std/src/sys/args
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 Move args into std::sys 2025-04-12 03:10:21 -07:00
common.rs Change visibility of Args new function 2025-08-02 10:46:29 -07:00
mod.rs Add Motor OS std library port 2025-10-08 08:57:58 -07:00
motor.rs Add Motor OS std library port 2025-10-08 08:57:58 -07:00
sgx.rs Delegate to inner vec::IntoIter from env::ArgsOs 2025-05-01 15:18:15 -07:00
uefi.rs Unify owned Env types between platforms 2025-04-21 22:38:22 -07:00
unix.rs use generic Atomic type where possible 2025-04-27 02:18:08 +03:00
unsupported.rs Delegate to inner vec::IntoIter from env::ArgsOs 2025-05-01 15:18:15 -07:00
wasip1.rs std: Start supporting WASIp2 natively 2025-08-28 15:07:15 -07:00
wasip2.rs std: Start supporting WASIp2 natively 2025-08-28 15:07:15 -07:00
windows.rs Unify owned Env types between platforms 2025-04-21 22:38:22 -07:00
xous.rs Unify owned Env types between platforms 2025-04-21 22:38:22 -07:00
zkvm.rs zkVM: Cache args from host 2025-05-02 20:31:53 -07:00