udp: make cmsg a new module

This commit is contained in:
Damien Deville
2023-12-19 15:40:22 +01:00
committed by Benjamin Saunders
parent 55234e178f
commit 5752e75c92
2 changed files with 5 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#[cfg(unix)]
#[path = "unix.rs"]
mod imp;
pub(crate) use imp::{decode, Aligned, Encoder, Iter};