summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/map.rs
AgeCommit message (Expand)Author
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-09-30Drop unnecessary lifetime notationsLars Wirzenius
2021-08-27openpgp: Correct links.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2020-12-08openpgp: Make unnamed iterators Send + Sync.Justus Winter
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-06-24openpgp: Simplify tests.Justus Winter
2020-04-30openpgp: Improve documentation of the parse module.Justus Winter
2020-04-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-04-08openpgp: Rename Field::data to as_bytes.Justus Winter
2020-04-08openpgp: Remove convenience function.Justus Winter
2020-04-08openpgp: Restrict visibility.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-01-07openpgp: Document that names may change.Justus Winter
2019-09-10openpgp: Do not explicitly store the length.Justus Winter
2019-09-10openpgp: Make fields of parse::map::Field private.Justus Winter
2019-09-10openpgp: Do not expose parse::map::Iter.Justus Winter
2019-04-25openpgp: Improve map of the frame.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-07openpgp: Make PacketParser's map field private.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-10-23openpgp, tool: Improve iteration over packet maps.Justus Winter
2018-10-23openpgp: Move Map into a new module.Justus Winter