aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5cf9ca6..665f752 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -77,8 +77,8 @@ use thiserror::Error;
extern crate log;
pub mod sys;
-use sys::libc;
use std::{convert::TryFrom, ffi::c_void, ops::Deref};
+use sys::libc;
macro_rules! try_alloc {
($e:expr) => {{
@@ -123,6 +123,7 @@ mod rule_methods;
pub use rule_methods::{iface_index, Protocol, RuleMethods, Error as MatchError};
pub mod set;
+pub use set::Set;
/// The type of the message as it's sent to netfilter. A message consists of an object, such as a
/// [`Table`], [`Chain`] or [`Rule`] for example, and a [`MsgType`] to describe what to do with