diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-14 19:41:11 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-14 19:41:11 +0100 |
commit | 8c5fa422280ba51fca67086dbfdb5dd6a836f98c (patch) | |
tree | 578b4e98763a732eec7a395815c6f19e2c2516ab /src/tunnel.rs | |
parent | d8f38a82885a42a7af2c0ea9de542251762f7970 (diff) |
add module level documentation0.1.0
Diffstat (limited to 'src/tunnel.rs')
-rw-r--r-- | src/tunnel.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tunnel.rs b/src/tunnel.rs index df172c0..a8acdd8 100644 --- a/src/tunnel.rs +++ b/src/tunnel.rs @@ -1,3 +1,5 @@ +//! Owned 6in4 and 4in6 tunnels with automatic deletion on drop. + use crate::{Error, Result}; use std::ffi::{c_char, c_int, CString}; |