summaryrefslogtreecommitdiffstats
path: root/openpgp/examples/wrap-literal.rs
AgeCommit message (Expand)Author
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