rust-bitcoin-unsafe-fast/internals
Andrew Poelstra 4de3a64727
Merge rust-bitcoin/rust-bitcoin#2521: Remove link to std from rustdoc
e49a3c0bfe Remove link to std from rustdoc (Tobin C. Harding)

Pull request description:

  We can't link to `std::error::Error` in rustdoc because it breaks non-std builds. Just use backticks - this is not an optimal solution but I know no other.

  I have no clue why this is showing up now.

ACKs for top commit:
  apoelstra:
    ACK e49a3c0bfe
  sanket1729:
    ACK e49a3c0bfe

Tree-SHA512: 96c540aec59b1db7ad9b185d4ebf4e431dc2a4c9599e2e241b1948ca47995ffe88bf753bb63b01a35c9f82783231744bf8a2bdb89bfb95fbd9324172c4f9c608
2024-03-09 03:02:56 +00:00
..
contrib ci: delete *test.sh files 2024-02-28 20:45:56 +00:00
src Merge rust-bitcoin/rust-bitcoin#2521: Remove link to std from rustdoc 2024-03-09 03:02:56 +00:00
CHANGELOG.md internals: Bump version to 0.2.0 2023-07-14 14:31:21 +10:00
Cargo.toml Add rust-version to the workspace manifests 2023-11-23 06:20:04 +11:00
README.md Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00
build.rs Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00

README.md

Rust Bitcoin Internals

This crate is only meant to be used internally by crates in the rust-bitcoin ecosystem.

This crate will never be stabilized, depend on it at your own risk.