rust-bitcoin-unsafe-fast/units/src
Tobin C. Harding e3d9376a9b
units: Remove serde re-export
We re-export to help users keep their dependencies in sync but `serde`
is at `v1.0` so this is not really a problem.

Remove the public re-export of `serde` (and with current MSRV we don't
need the `extern crate` at all).
2024-07-23 01:41:41 -05:00
..
locktime Add more unit test coverage for relative LockTime 2024-07-16 12:19:13 -05:00
amount.rs Use lower case error messages 2024-07-15 09:25:08 +01:00
block.rs Add missing links 2024-07-08 08:53:13 +01:00
fee_rate.rs Add missing links 2024-07-08 08:53:13 +01:00
lib.rs units: Remove serde re-export 2024-07-23 01:41:41 -05:00
parse.rs Fix rustdoc grammar 2024-07-08 08:52:15 +01:00
weight.rs Merge rust-bitcoin/rust-bitcoin#3030: Rename variable assignment 2024-07-15 22:40:37 +00:00