dmarc_aggregate_parser

Crates.iodmarc_aggregate_parser
lib.rsdmarc_aggregate_parser
version0.1.4
sourcesrc
created_at2019-05-22 19:28:09.368489
updated_at2022-10-13 19:35:41.162031
descriptionSimple library to parse email DMARC reports
homepage
repositoryhttps://github.com/bbustin/dmarc_aggregate_parser
max_upload_size
id136136
size12,188
(bbustin)

documentation

README

DMARC Aggregate Report Parser

This is a library that can be used to parse DMARC reports. It uses SERDE to do all of the parsing. It may be helpful to others because code for all of the structs needed to parse these reports is present.

It also allows parsing gzip'ed and zip'ed DMARC reports. In addition to allowing a single report to be parsed, it also allows parsing all reports in a certain directory.

This is written in Rust which should mean that it will be relatively fast and memory safe.

I apologize for the lack of documentation, but this is very much a work in progress.

Commit count: 37

cargo fmt