summaryrefslogtreecommitdiffstats
path: root/openpgp/examples/wrap-literal.rs
AgeCommit message (Expand)Author
2020-09-21openpgp: Convert `extern crate` to `use` in examples.Wiktor Kwapisiewicz
2020-09-21openpgp: Call all layers of the message `message`.Wiktor Kwapisiewicz
2020-09-21openpgp: Fix examples to use stream::Armorer.Wiktor Kwapisiewicz
2020-09-21openpgp: Adjust examples to use try operator.Wiktor Kwapisiewicz
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-03-16openpgp: Fix examples.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::LiteralWriter.Justus Winter
2019-09-10openpgp: Make 'LiteralWriter::new's arguments optional.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-14Avoid identity slicing.Justus Winter
2018-10-16openpgp: Improve the streaming writer API.Justus Winter
2018-10-16openpgp: Improve examples.Justus Winter
2018-08-14openpgp: Make armor parsing more robust.Justus Winter