summaryrefslogtreecommitdiffstats
path: root/openpgp/src/conversions.rs
AgeCommit message (Expand)Author
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-12-03openpgp: Remove the time conversion traits.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-09-02openpgp: Improve hexdumper.Justus Winter
2019-08-19openpgp: Rename sigtype to typ, set_sigtype to set_typ.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-05openpgp: Ignore Unicode whitespace when converting from hex.Justus Winter
2019-04-12openpgp: Do not emit trailing whitespace.Justus Winter
2019-04-12openpgp: Move the hex dumper to conversions::hex.Justus Winter
2019-03-25openpgp: Add a public API for hex conversions.Justus Winter
2018-10-10openpgp: Move conversion functions.Justus Winter
2018-08-30openpgp: Canonicalize times.Justus Winter
2018-08-24openpgp: Make functions parsing key ids, fingerprints return Result.Justus Winter
2018-08-13openpgp: Ignore hex prefix if converting from pretty hex.Justus Winter
2018-08-13openpgp: Fix whitespace detection.Justus Winter
2018-08-13openpgp: Rename parameter.Justus Winter
2018-08-13openpgp: Move hex conversion functions, add tests.Justus Winter
2018-07-04openpgp: Add and use a module for time and duration conversion.Justus Winter