rust-bitcoin-unsafe-fast/units/tests
Tobin C. Harding d8377d90dd
units: Remove serde derive feature
Currently we only need the `derive` feature of `serde` in test code.

Observe:

- We do not need the error testing logic because `ParseAmountError` is
already exhaustively tested.
- The rest of the `serde` test logic in `amount` can be done using the
public API so it can be moved to the integration test directory.

Move the unit test code to `tests/` excluding the error testing logic.
Remove the `derive` feature from the `serde` dependency. Add a
`dev-dependency` on `serde` that enables the `derive` feature.
2025-06-19 14:05:44 +10:00
..
data Modify locktime serde implemenations 2025-06-01 14:07:33 +01:00
api.rs Merge rust-bitcoin/rust-bitcoin#4468: Improve lock times - fix off-by-one bug 2025-05-31 15:48:29 +00:00
serde.rs units: Remove serde derive feature 2025-06-19 14:05:44 +10:00
str.rs Remove Display/FromStr for FeeRate 2025-05-17 08:20:17 +10:00