rust/library/std
Guillaume Gomez 4f83c1d967
Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-Simulacrum
Bump windows-bindgen to 0.57

This PR updates our generated Windows API bindings using the latest version of `windows-bindgen`.

The only change to the generated code is that `derive` is used for `Copy` and `Clone` instead of `impl`.
2024-06-15 19:51:34 +02:00
..
benches also test parts of std 2024-04-07 10:05:57 +02:00
src Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-Simulacrum 2024-06-15 19:51:34 +02: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