rust/library/std
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
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Add Motor OS std library port 2025-10-08 08:57:58 -07:00
tests Implement non-poisoning Mutex::with_mut, RwLock::with and RwLock::with_mut 2025-10-04 17:16:00 +08:00
build.rs Add Motor OS std library port 2025-10-08 08:57:58 -07:00
Cargo.toml Add Motor OS std library port 2025-10-08 08:57:58 -07:00