rust-bitcoin-unsafe-fast/internals
Jamil Lambert, PhD 09132b80e1
Fix rustdoc compile_fail example
The function name in the example is the std function not this crates.
There is also an unused variable.

Correct the name of the function and prefix the unused vairable with an
underscore.
2025-05-06 09:55:30 +01:00
..
contrib CI: Remove shebang from non-executable scripts 2024-05-31 10:10:00 +10:00
src Fix rustdoc compile_fail example 2025-05-06 09:55:30 +01:00
CHANGELOG.md Bump version of internals to 0.4.0 2024-09-18 12:22:59 +10:00
Cargo.toml Make `hex` in `internals` optional 2025-03-04 12:33:04 +01:00
README.md chore: format and standardize all markdowns files 2024-04-27 06:29:23 -03:00
build.rs Allow uninlined format args 2025-05-06 09:49:02 +01: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.