rust-bitcoin-unsafe-fast/src
Tobin Harding fa513bb5b5 Use expect for concensus_encode on engines
Calls to `unwrap` outside of tests are typically unfavourable.

Hash engines do not error when calling `consensus_encode`. Instead of
the current usage of `unwrap` we can use `expect` with a descriptive
string as is done in other parts of the codebase.
2021-11-25 10:01:41 +11:00
..
blockdata Use expect for concensus_encode on engines 2021-11-25 10:01:41 +11:00
consensus Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
network Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
policy Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
util Use expect for concensus_encode on engines 2021-11-25 10:01:41 +11:00
hash_types.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
internal_macros.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
lib.rs Merge pull request #689 from tcharding/module-rustdocs 2021-11-16 13:21:20 +01:00
serde_utils.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
test_macros.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00