rust-bitcoin-unsafe-fast/units
Tobin C. Harding a520a8ab08
units: Test generic Add and Sub
We have `Add` and `Sub` implemented for `NumOpResult<T>` but because the
impls are generic they are not grouped in the file with the other
add/sub impls. This makes it hard to see if they are supported.

Add to the `add` and `sub` unit tests to verify support is implemented.
2025-06-30 08:33:09 +10:00
..
contrib Add Arbitrary dependency 2024-08-23 15:39:20 -05:00
src units: Test generic Add and Sub 2025-06-30 08:33:09 +10:00
tests Merge rust-bitcoin/rust-bitcoin#4630: units: Remove serde derive feature 2025-06-21 21:39:39 +00:00
CHANGELOG.md units: Bump version to 1.0.0-rc.0 2025-06-25 11:06:33 +10:00
Cargo.toml units: Bump version to 1.0.0-rc.0 2025-06-25 11:06:33 +10:00
README.md docs: fix LICENCE link 2025-03-23 11:41:07 +00:00

README.md

Bitcoin Units

This crate provides basic Bitcoin numeric units such as Amount.

Minimum Supported Rust Version (MSRV)

This library should always compile with any combination of features on Rust 1.63.0.

Licensing

The code in this project is licensed under the Creative Commons CC0 1.0 Universal license. We use the SPDX license list and SPDX IDs.