summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/tag.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-12openpgp: Implement From<&Packet> for TagNeal H. Walfield
2020-03-03openpgp: Mark experimental features.Justus Winter
2020-01-03openpgp: Explicitly implement Eq and Hash if PartialEq is.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-09-27openpgp: Clean up deprecated range syntaxDaniel Silverstone
2019-09-02openpgp: Implement From<&Tag> for u8.Neal H. Walfield
2019-09-02openpgp: Implement Ord for packet::TagNeal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-03-26openpgp: Add a new predicate: whether a Packet can start a messageNeal H. Walfield
2018-10-16openpgp: Refactor.Justus Winter