diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ pub mod addr; pub mod link; pub mod route; pub mod tunnel; + +#[cfg(feature = "blocking")] +pub mod blocking; |
![]() |
index : rsdsl/netlinklib.git | |
Shared network interface status library for the rsdsl project. | himbeer |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 3 |
@@ -5,3 +5,6 @@ pub mod addr; pub mod link; pub mod route; pub mod tunnel; + +#[cfg(feature = "blocking")] +pub mod blocking; |