src/lib.rs
author Sunil Nimmagadda <sunil@nimmagadda.net>
Wed, 07 Dec 2022 13:35:25 +0530
changeset 7 e3058ceb81cc
child 25 72c4d898c478
permissions -rw-r--r--
Module to parse(unimplemented) VRRPv2 packet. Define a struct and its related enums.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7
e3058ceb81cc Module to parse(unimplemented) VRRPv2 packet.
Sunil Nimmagadda <sunil@nimmagadda.net>
parents:
diff changeset
     1
pub mod vrrpv2;