summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/userid.rs
AgeCommit message (Expand)Author
2019-05-10openpgp: Add some context to errorsNeal H. Walfield
2019-05-08openpgp: Typo.Justus Winter
2019-05-08openpgp: Add a conversion from &[u8] to UserIDNeal H. Walfield
2019-05-07openpgp: Add email address normalizationNeal H. Walfield
2019-04-25openpgp: Implement From<Cow<'a, str>> for UserID.Justus Winter
2019-04-12openpgp: Parse User IDs.Neal H. Walfield
2019-03-21openpgp: Rename `UserID::userid()` to `value()`.Justus Winter
2019-03-21openpgp: Remove UserID::new() and the mutators.Justus Winter
2019-03-21openpgp: Simplify User{ID,Attribute}::arbitrary().Justus Winter
2019-02-18openpgp: Move Serialize::to_vec to SerializeInto::to_vec.Justus Winter
2019-02-06openpgp: Return previous value in setters.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2018-12-14openpgp: Add roundtrip tests for packages.Justus Winter
2018-12-13openpgp: Make fields of UserID private.Justus Winter
2018-12-06openpgp: Add ways to construct user ids and attributes.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter