summaryrefslogtreecommitdiffstats
path: root/guide/src/chapter_00.md
AgeCommit message (Collapse)Author
2019-02-06openpgp: Remove the armored! macro.Justus Winter
- The packet parser now digests armored data, so there is no need to use this even in examples or tests, just use the appropriate .from_bytes(..) function. - Fixes #169.
2018-12-18Release 0.3.0.v0.3.0Justus Winter
2018-12-07guide: New crate.Justus Winter
- Our previous guide published on our web site quickly bitrotted away. This guide, however, is tested as part of Sequoia's test suite, making sure that it stays in sync.