rust-errno icon indicating copy to clipboard operation
rust-errno copied to clipboard

:boom: Cross-platform interface to the `errno` variable

Results 4 rust-errno issues
Sort by recently updated
recently updated
newest added

error[E0583]: file not found for module sys cargo 1.73.0-nightly (7e9de3f4e 2023-08-13) rustc 1.73.0-nightly (https://github.com/rust-lang/rust/commit/180dffba142c47240ca0d93096ce90b9fd97c8d7 2023-08-14) ![image](https://github.com/lambda-fairy/rust-errno/assets/5070879/6e4b390f-dfe2-4dcd-9ae7-a55201b9d72d)

The `errno` implementation was originally copied from `std`. But that was a long time ago. It's likely to have diverged from what's in `std` now. We should compare the two...

enhancement
help wanted

Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. Release notes Sourced from windows-sys's releases. 0.59.0 This release includes an update to the windows-sys crate only. The windows-sys crate...

dependencies
rust

windows-sys is a large crate (a 2.4M download) with considerable churn. The windows-rs org also provides a windows-bindgen API that crates can use to generate their own bindings for the...