rust-bitcoin-unsafe-fast/bitcoin
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
..
contrib Add Arbitrary dependency 2024-08-23 15:39:20 -05:00
embedded Move opcodes to primitives 2024-07-09 15:26:33 +10:00
examples Change `T::from_str(s)` to `s.parse::<T>()` 2024-08-27 17:31:00 +01:00
src Change `T::from_str(s)` to `s.parse::<T>()` 2024-08-27 17:31:00 +01:00
tests Change `T::from_str(s)` to `s.parse::<T>()` 2024-08-27 17:31:00 +01:00
CHANGELOG.md Capitalize Merkle 2024-07-01 17:42:43 +01:00
Cargo.toml Add Arbitrary dependency 2024-08-23 15:39:20 -05:00