isakmp 0.1.0

Protocol implementation of isakmp
Documentation
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;