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

This has been changed repo wide in docs.
2024-08-28 13:50:42 +01:00
..
locktime Add more unit test coverage for relative LockTime 2024-07-16 12:19:13 -05:00
amount.rs Change T::from_str(s) to s.parse::<T>() in docs 2024-08-28 13:50:42 +01:00
block.rs Add missing links 2024-07-08 08:53:13 +01:00
fee_rate.rs Add Arbitrary dependency 2024-08-23 15:39:20 -05:00
lib.rs units: Remove compile time pointer width check 2024-08-02 11:33:30 -05:00
parse.rs Fix rustdoc grammar 2024-07-08 08:52:15 +01:00
weight.rs Panic in const context 2024-08-22 17:37:17 +10:00