Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 12:46
· 0 commits to master since this release
v1.1.0
363423e

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