summaryrefslogtreecommitdiffstats
path: root/openpgp/src/fmt.rs
AgeCommit message (Expand)Author
2021-04-09Lint: Use byte literals.Nora Widdecke
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-10-18openpgp: Implement date formatting for WASM using chrono crateIgor Matuszewski
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-03-31openpgp: Import Result instead of using an absolute path.Neal H. Walfield
2020-03-27openpgp: Add a no-dependency mechanism to format timestamps.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-24openpgp: Add convenience function hex::dump.Justus Winter
2020-03-18openpgp: Move ASCII dumping code to the library.Justus Winter
2020-01-06openpgp: Make hex::Dumper::write* polymorphic.Justus Winter
2019-12-03openpgp: Move byte order conversion functions.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter