Rust implementation of the PGP packet visualizer. pgpdump-rs displays packets according to the format described in a PGP packet visualizer which displays packets in the format described by [RFC 4880](https://tools.ietf.org/html/rfc4880) and [RFC 1991](https://tools.ietf.org/html/rfc1991). This is also a library that you can embed in your own projects to parse PGP packets in binary/ASCII-armored representations.
Rust implementation of the PGP packet visualizer. pgpdump-rs displays packets according to the format described in a PGP packet visualizer which displays packets in the format described by [RFC 4880](https://tools.ietf.org/html/rfc4880) and [RFC 1991](https://tools.ietf.org/html/rfc1991). This is also a library that you can embed in your own projects to parse PGP packets in binary/ASCII-armored representations.