summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2023-07-09Don't need this template comment.Sunil Nimmagadda
2023-01-01Implement a VRRPv2 packet parser.Sunil Nimmagadda
Use nom parser combinator crate to parse a VRRPv2 packet. TODO: checksum verification and checksum tests.
2022-11-28Let's begin.Sunil Nimmagadda
A skeletal async structure that provides two distinct timers and a signal handler using tokio.