rust/library/std/src/sys/net
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
..
connection Add Motor OS std library port 2025-10-08 08:57:58 -07:00
hostname Fix broken STD build for ESP-IDF 2025-10-01 08:12:44 +00:00
mod.rs std: implement hostname 2025-09-29 10:24:54 +02:00