rust-secp256k1-unsafe-fast/secp256k1-sys/src
Tobin C. Harding d64132cd4b Allow missing_safety_doc
We have a whole bunch of unsafe code that calls down to the FFI layer.
It would be nice to have clippy running on CI, these safety docs
warnings are prohibiting that. Until we can add the docs add a compiler
attribute to allow the lint.
2022-06-17 10:17:21 +10:00
..
lib.rs Allow missing_safety_doc 2022-06-17 10:17:21 +10:00
macros.rs Update secp256k1-sys to edition 2018 and fix imports 2022-06-07 23:59:40 +03:00
recovery.rs Update secp256k1-sys to edition 2018 and fix imports 2022-06-07 23:59:40 +03:00
types.rs Move more things from the std feature to the alloc feature 2022-06-07 23:59:42 +03:00