summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/partial_body.rs
AgeCommit message (Expand)Author
2018-07-04openpgp: Hide the `writer::Stackable` trait.Justus Winter
2018-06-19openpgp: Express log2 using the `u32::leading_zeros()` intrinsic.Justus Winter
2018-05-17openpgp: Remove Error::Io.Neal H. Walfield
2018-04-26openpgp: Implement 'Serialize' for BodyLength.Justus Winter
2018-04-26openpgp: Implement streaming packet serialization.Justus Winter
2018-01-02openpgp: Preliminary serialization support.Neal H. Walfield