diff options
Diffstat (limited to 'src/route.rs')
-rw-r--r-- | src/route.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/route.rs b/src/route.rs index 398cd3e..00bbef8 100644 --- a/src/route.rs +++ b/src/route.rs @@ -1,3 +1,5 @@ +//! Simple functions to add and delete routes. + use crate::{Error, Result}; use std::net::{Ipv4Addr, Ipv6Addr}; |