rust-bitcoin-unsafe-fast/primitives/src
Tobin C. Harding 39523ea1f5
units: Remove InputString from the public API
Currently `InputString` is in the public API of `units` because of the
trait bound on `parse::int()`. We can just do the monomorphisisation
manually to remove it.

This patch renames `int` to have three different names, one for `&str`
one for `String`, and one for `Box<str>`.
2025-01-15 08:09:38 +11:00
..
locktime Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
script Remove usage of impl_from_infallible in leaf crates 2025-01-02 07:51:21 +11:00
block.rs Remove test_ prefix from unit tests 2025-01-02 10:06:50 +11:00
lib.rs primitives: Add core re-exports 2024-12-28 09:03:42 +11:00
merkle_tree.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
opcodes.rs 2025-01-05 automated rustfmt nightly 2025-01-05 01:22:00 +00:00
pow.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
sequence.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
taproot.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
transaction.rs units: Remove InputString from the public API 2025-01-15 08:09:38 +11:00
witness.rs Make capitalization of SegWit uniform in rustdocs 2024-12-17 14:28:28 +00:00