summaryrefslogtreecommitdiffstats
path: root/openpgp/examples/statistics.rs
AgeCommit message (Expand)Author
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-07openpgp: Make PacketParser's header field private.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-16openpgp: Improve example.Justus Winter
2018-10-16openpgp: Improve examples.Justus Winter
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal H. Walfield
2018-09-17openpgp: Simplify example.Justus Winter
2018-08-24openpgp: Make PacketParser's next() and recurse() return two tuples.Justus Winter
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-14openpgp: Move Tag into the packet module.Justus Winter
2018-05-31openpgp: Add example computing statistics over packets.Justus Winter