summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/marker.rs
AgeCommit message (Expand)Author
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-12-03openpgp: Derive Default.Nora Widdecke
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-03-27openpgp: Define equality using the serialized OpenPGP form.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-01-08openpgp: Explicitly implement PartialEq, Hash for packets.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-04-01openpgp: Support the marker packet.Justus Winter