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 f6ee419 commit 3ecc2cdCopy full SHA for 3ecc2cd
src/lib.rs
@@ -49,6 +49,7 @@ pub mod pty;
49
#[deny(missing_docs)]
50
pub mod poll;
51
52
+#[deny(missing_docs)]
53
pub mod net;
54
55
#[cfg(any(target_os = "dragonfly",
src/net/mod.rs
@@ -1,3 +1,4 @@
1
+//! Functionality involving network interfaces
2
// To avoid clashing with the keyword "if", we use "if_" as the module name.
3
// The original header is called "net/if.h".
4
pub mod if_;
0 commit comments