-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No documentation on docs.rs for multicast_all_v4
and set_multicast_all_v4
#551
Comments
Might be something wrong with the Line 1418 in 0ae0c3a
|
It looks like all functions that depend on the Another issue with the documentation is the lack of annotations that some functions are only available for specific platforms. I would consider adding a new (crate) feature that would enable the |
We pass that in Tokio in the same way, and it works fine there, so that can't be the problem. |
There are actually docs.rs logs available. Indeed,
There is a warnings about the target for all targets (even for
But the logs made me realize that there are separate sets of documentation for every platform, and I was looking at the documentation for the default target, I can switch "Platform" on the toolbar on top of the site to Oh well, it must be a "user issue". Learning something every day. But let's consider what could have been done better. Perhaps I also assumed that something was wrong in the I wish rustdoc would produce a single set of documentation (I assumed that was the case), but it must be a major task and it cannot be fixed in Please feel free to close this issue after reading this. |
Now I now that the documentation is platform specific. #554 will make |
Functions
multicast_all_v4
andset_multicast_all_v4
are missing from theSocket
documentation: https://docs.rs/socket2/0.5.8/socket2/struct.Socket.htmlThose functions are documented in the source code for version 0.5.8 (commit 60d118f) but that documentation is missing from the
docs.rs
site.I don't know why the documentation is missing. For comparison, the documentation for
set_reuse_port
is on the site.The text was updated successfully, but these errors were encountered: