summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/trust.rs
AgeCommit message (Expand)Author
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-05-27openpgp: Improve documentation for packet::trust.Neal H. Walfield
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-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-04-02openpgp: Support the Trust packet.Justus Winter