summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/tag.rs
AgeCommit message (Expand)Author
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