rust-bitcoin-unsafe-fast/hashes/src
Jamil Lambert, PhD 91268bba67
Examples use ?, not try!, not unwrap
To conform to Rust API guidelines examples should Examples use ?, not
try!, not unwrap (C-QUESTION-MARK).

Label the examples as `# Examples`.
Replace one `unwrap()` with `expect()` .  The others don't technically
conform to the guidelines but are warranted.
2024-11-28 22:20:57 +00:00
..
cmp.rs Remove the SliceIndex implementation from hash types 2024-10-02 10:18:45 +10:00
error.rs hashes: Duplicate impl_from_infallible 2024-11-05 11:19:19 +11:00
hash160.rs Merge rust-bitcoin/rust-bitcoin#3584: Standardize constructor type function docs 2024-11-06 16:05:24 +00:00
hkdf.rs 2024-09-08 automated rustfmt nightly 2024-09-08 01:17:12 +00:00
hmac.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
internal_macros.rs hashes: Make hex dependency optional 2024-11-14 09:36:55 +11:00
lib.rs Examples use ?, not try!, not unwrap 2024-11-28 22:20:57 +00:00
macros.rs hashes: Make hex dependency optional 2024-11-14 09:36:55 +11:00
ripemd160.rs Merge rust-bitcoin/rust-bitcoin#3584: Standardize constructor type function docs 2024-11-06 16:05:24 +00:00
sha1.rs Merge rust-bitcoin/rust-bitcoin#3584: Standardize constructor type function docs 2024-11-06 16:05:24 +00:00
sha256.rs hashes: Make hex dependency optional 2024-11-14 09:36:55 +11:00
sha256d.rs Merge rust-bitcoin/rust-bitcoin#3584: Standardize constructor type function docs 2024-11-06 16:05:24 +00:00
sha256t.rs hashes: Make hex dependency optional 2024-11-14 09:36:55 +11:00
sha384.rs Replace `creates` with `constructs` 2024-11-05 12:47:28 +00:00
sha512.rs Merge rust-bitcoin/rust-bitcoin#3584: Standardize constructor type function docs 2024-11-06 16:05:24 +00:00
sha512_256.rs Replace `creates` with `constructs` 2024-11-05 12:47:28 +00:00
siphash24.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00