1 2 3 4 5 6 7 8 9 10
//! # isakmp //! //! The low level definitions for the protocol "ISAKMP" #![warn(missing_docs, clippy::unwrap_used, clippy::expect_used)] pub mod v1; pub use strum; pub use zerocopy;