rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding 8c17ad7fd7
Remove non_exhaustive from struct errors with pub inner
Using `non_exhaustive` as well as a public inner field is incorrect, it
prohibits users from creating or matching on the error and does not
achieve forward comparability.

This was never right, we shouldn't have done it.
2024-02-05 16:26:31 +11:00
..
contrib CI: Epic overhaul 2024-02-02 05:57:23 +11:00
embedded Use bash to run shell scripts 2024-02-02 05:55:51 +11:00
examples Merge rust-bitcoin/rust-bitcoin#2402: Remove TODOs 2024-01-25 15:06:28 +00:00
src Remove non_exhaustive from struct errors with pub inner 2024-02-05 16:26:31 +11:00
tests Improve Signature field names 2024-01-15 10:26:40 +11:00
CHANGELOG.md Remove no-std feature 2023-12-06 09:54:33 +11:00
Cargo.toml Implement ArbitaryOrd for absolute::LockTime 2024-01-09 13:15:29 +11:00
build.rs Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00