26 releases
| 0.19.0 | Aug 6, 2025 |
|---|---|
| 0.18.4 | Dec 4, 2024 |
| 0.18.3 | Oct 30, 2024 |
| 0.18.2 | Mar 29, 2024 |
| 0.12.2 | Nov 19, 2021 |
#169 in Rust patterns
1,049,793 downloads per month
Used in 699 crates
(19 directly)
125KB
3K
SLoC
This crate provides a few miscellaneous utilities related to I/O:
-
HandleOrSockettypes and traits for Windows, which abstract over Windows*Handle*and their corresponding Windows*Socket*types and traits. -
Griptypes and traits, which abstract over the aforementioned WindowsHandleOrSockettypes and traits and their corresponding non-WindowsFdtypes and traits. -
RawReadableandRawWritable, which adapt a rawFd/Handleto implement theReadandWritetraits, respectively. -
ReadWritetraits, and supporting types, which provide abstractions over types with one or two I/O resources, for reading and for writing.
Minimum Supported Rust Version (MSRV)
This crate currently works on Rust 1.70, when default features are enabled. Some of the optional features have stricter requirements.
Dependencies
~0–15MB
~143K SLoC