summaryrefslogtreecommitdiff
path: root/src/vrrpv2.rs
AgeCommit message (Expand)Author
2024-11-24Merge two write_all.Sunil Nimmagadda
2024-11-24Let's stick to 80 line length.Sunil Nimmagadda
2024-11-24Unroll loop, atmost two iterations required.Sunil Nimmagadda
2024-11-23Use write_all as pointed out by clippy.Sunil Nimmagadda
2024-11-21Implement to_bytes method.Sunil Nimmagadda
2024-11-20It's a slice.Sunil Nimmagadda
2024-11-19Impl std:error::Error.Sunil Nimmagadda
2024-11-19Implement From trait from VRRPv2Error and use ? everywhere.Sunil Nimmagadda
2024-11-18Implement From trait from VRRPv2Error and use ? everywhere.Sunil Nimmagadda
2024-11-15Make VRRPv2Error std::error::Error trait compliant.Sunil Nimmagadda
2024-05-26Make VRRPv2Error std::error::Error trait compliant.Sunil Nimmagadda
2024-03-01ByteReader -> BytesReader.Sunil Nimmagadda
2024-02-01Move to as_chunks.Sunil Nimmagadda
2024-01-30Use with_capacity as it's known by now.Sunil Nimmagadda
2024-01-23Note about as_chunks API.Sunil Nimmagadda
2024-01-17Still confused by lsb/msb.Sunil Nimmagadda
2024-01-17Replace nom with std::io::CursorSunil Nimmagadda
2024-01-10Recover a lost doc test.Sunil Nimmagadda
2024-01-06Fix clippy warnings.Sunil Nimmagadda
2024-01-02Rectify checksum calculation.Sunil Nimmagadda
2023-12-28Refactor parser.Sunil Nimmagadda
2023-01-07Shuffle code for clarity.Sunil Nimmagadda
2023-01-05Note about avoiding mutability.Sunil Nimmagadda
2023-01-04Leave a note of a nightly feature feedback received on discord.Sunil Nimmagadda
2023-01-03Validate checksum.Sunil Nimmagadda
2023-01-01Implement a VRRPv2 packet parser.Sunil Nimmagadda
2022-12-07Module to parse(unimplemented) VRRPv2 packet.Sunil Nimmagadda