rust-bitcoin-unsafe-fast/internals/src
Jamil Lambert, PhD a76d76eca1
Change `T::from_str(s)` to `s.parse::<T>()`
`s.parse` is more idiomatic and produces more helpful error messages.

This has been changed repo wide in the main codebase, not including
examples, rustdocs, and in the test module.

`use std::str::FromStr;` has been removed where this change makes
it unnecessary.
2024-08-27 17:31:00 +01:00
..
error Link to std::error::Error 2024-06-14 14:00:58 +10:00
array_vec.rs Refactor Rust version checking 2024-08-19 15:21:01 +02:00
const_tools.rs Refactor Rust version checking 2024-08-19 15:21:01 +02:00
error.rs Removed //! spare line at end of headers 2024-05-22 12:23:57 +01:00
lib.rs Refactor Rust version checking 2024-08-19 15:21:01 +02:00
macros.rs internals: Remove double parenthesis in const_assert 2024-08-05 05:34:48 +10:00
parse.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
serde.rs Change `T::from_str(s)` to `s.parse::<T>()` 2024-08-27 17:31:00 +01:00