rust/library/std
许杰友 Jieyou Xu (Joe) cd4c0f06da
Rollup merge of #126346 - hermit-os:fd, r=Amanieu
export std::os::fd module on HermitOS

The HermitOS' IO interface is similiar to Unix. Consequently, this PR synchronize the FD implementation between both.

closes #126198
2024-06-17 04:53:56 +01:00
..
benches also test parts of std 2024-04-07 10:05:57 +02:00
src Rollup merge of #126346 - hermit-os:fd, r=Amanieu 2024-06-17 04:53:56 +01:00
tests Make PathBuf less Ok with adding UTF-16 then into_string 2024-06-12 01:00:21 -07:00
build.rs Move some expected cfgs to std build.rs as per Cargo recommandation 2024-05-23 16:08:31 +02:00
Cargo.toml add HermitOS support of vectored read/write operations 2024-06-07 20:48:30 +02:00