rust-bitcoin-unsafe-fast/src
Tobin C. Harding fea908c8af Add private::Sealed trait bound to SerdeAmount
As suggested by the todo seal the `SerdeAmount` so users of the library
explicitly cannot implement it.

Its not obvious to me why this wasn't done at the time.

Remove the associated TODO from the code.
2022-09-01 16:53:33 +10:00
..
blockdata Merge rust-bitcoin/rust-bitcoin#1204: [update] macro to implement Debug from Display and add Display implementation where needed 2022-08-24 17:07:13 +00:00
consensus Add integer serialization tests 2022-09-01 16:47:50 +10:00
network Merge rust-bitcoin/rust-bitcoin#1144: Remove deprecated `StreamReader` 2022-08-01 19:20:19 +00:00
util Add private::Sealed trait bound to SerdeAmount 2022-09-01 16:53:33 +10:00
address.rs Add serde roundtrip tests 2022-09-01 16:08:12 +10:00
error.rs Run cargo fmt 2022-08-12 07:35:15 +10:00
hash_types.rs Enable formatter for "src" 2022-07-19 13:43:12 +10:00
internal_macros.rs Hex macro clean up 2022-08-30 15:04:31 +02:00
lib.rs Re-export blockdata modules 2022-08-17 08:46:36 +10:00
parse.rs Run cargo fmt 2022-08-12 07:35:15 +10:00
policy.rs Enable formatter for "src" 2022-07-19 13:43:12 +10:00
serde_utils.rs Run cargo fmt 2022-08-12 07:35:15 +10:00
test_macros.rs Introduce SPDX license identifiers 2022-06-29 14:12:02 +10:00