We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4889f commit fdd1a9fCopy full SHA for fdd1a9f
CHANGELOG.md
@@ -51,6 +51,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
51
- Added read/write accessors for 'events' on `PollFd`.
52
(#[1517](https://github.com/nix-rust/nix/pull/1517))
53
54
+- Deprecated `nix::sys::socket::sockaddr_storage_to_addr` in favor of the new
55
+ `SockAddr::from_raw_sockaddr`.
56
+ (#[1504](https://github.com/nix-rust/nix/pull/1504))
57
+
58
### Changed
59
60
- `FdSet::{contains, highest, fds}` no longer require a mutable reference.
0 commit comments