summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/error.rs
AgeCommit message (Expand)Author
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-05-07openpgp-ffi: Add a function to convert a Status to a stringNeal H. Walfield
2019-03-25openpgp-ffi: Implement From<Fallible<T>> for Status.Justus Winter
2019-02-06openpgp: New error for unsupported packet types.Justus Winter
2019-02-05ffi-macros: Do not pull traits into the namespace.Justus Winter
2019-02-05openpgp-ffi: Use a common macro for every exported function.Justus Winter
2019-01-29openpgp-ffi: Add a Fallible<()> to Status conversion.Justus Winter
2019-01-29openpgp-ffi: Use generated to_string() function.Justus Winter
2019-01-29openpgp-ffi: Convert Error.Justus Winter
2019-01-17openpgp-ffi: Change prefix from 'sq' to 'pgp'.Justus Winter
2019-01-17openpgp-ffi: New crate.Justus Winter