Releases: haraldh/rust_uds_windows
Releases · haraldh/rust_uds_windows
v1.1.0
Bug Fixes
- Clippy warnings and removal of null pointer dereference
Other
- Support I/O Safety types and traits: AsSocket, BorrowedSocket, OwnedSocket
This allows callers of uds_windows to potentially avoid having to use
the Raw types and traits.
This also allows the use of uds_windows with upcoming changes to
async-io to use AsFd.
- Added safety comments above unsafe blocks within safe functions