rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding ba1166a63b
Make crate level attributes uniform
Make the trait level attributes uniform across all released crates in
the repo. Excludes things that are obviously not needed, eg, bench stuff
if there is not bench code.

- Remove `uninhabited_references` - this is allow by default now.
- Remove `unconditional_recursion` and mark the single false positive we
  have with an `allow`.

Note, this does not add `missing_docs` to the `io` crate. There is an
open PR at the moment to add that along with the required docs.
2024-01-31 11:32:46 +11:00
..
cmp.rs hashes: Introduce SPDX license identifiers 2023-05-01 09:26:36 +10:00
hash160.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
hmac.rs hashes: fix typos 2024-01-18 14:06:32 +08:00
impls.rs Inline io module in io crate root 2023-11-28 14:17:14 +11:00
internal_macros.rs Use full path in all macro usage of Result 2024-01-18 13:20:19 +00:00
lib.rs Make crate level attributes uniform 2024-01-31 11:32:46 +11:00
ripemd160.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
serde_macros.rs Use full path in all macro usage of Result 2024-01-18 13:20:19 +00:00
sha1.rs Update to edition 2021 2023-11-23 06:20:03 +11:00
sha256.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
sha256d.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
sha256t.rs Fix typos 2024-01-05 23:10:52 +08:00
sha512.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
sha512_256.rs Fix typos 2024-01-05 23:10:52 +08:00
siphash24.rs hashes: Remove default features from schemars dep 2023-11-20 15:18:33 +11:00
util.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00