rust-secp256k1-unsafe-fast/secp256k1-sys/src
Tobin C. Harding 85681cece7 secp256k1-sys: Document safety constraints
Functions that are `unsafe` should include a `# Safety` section. Because
we have wrapper functions to handle symbol renaming we essentially have
duplicate functions i.e., they require the same docs, instead of
duplicating the docs put the symbol renamed function below the
non-renamed function and add a docs linking to the non-renamed function.
Also add attribute to stop the linter warning about the missing safety
docs section.

Remove the clippy attribute for `missing_safety_doc`.
2022-11-24 09:17:15 +11:00
..
lib.rs secp256k1-sys: Document safety constraints 2022-11-24 09:17:15 +11:00
macros.rs Move AsRef impl block next to Index 2022-11-18 10:57:32 +11:00
recovery.rs Derive Copy and Clone 2022-11-18 10:56:24 +11:00
types.rs Move more things from the std feature to the alloc feature 2022-06-07 23:59:42 +03:00