Files
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
..
2025-04-12 03:10:21 -07:00
2025-10-08 08:57:58 -07:00
2025-10-08 08:57:58 -07:00
2025-04-27 02:18:08 +03:00
2025-05-02 20:31:53 -07:00