rust-bitcoin-unsafe-fast/internals
yancy fde6479c6a Create uniform build script
Previously, each unique compiler cfg attribute that appeared in the
codebase was hard coded and emitted to stdout at compile time. This
meant keeping the file up to date as different compiler cfg attributes
changed. It's inconsequential to emit a compiler version that's not
used, so this change just emits all possibilities to reduce the
maintenance burden of the build script.
2023-10-30 14:40:41 +01:00
..
contrib Test with minimal dependency versions 2023-05-03 08:06:46 +10:00
src Add clippy exceptions for needless_question_mark lint 2023-10-23 16:45:52 +01:00
CHANGELOG.md internals: Bump version to 0.2.0 2023-07-14 14:31:21 +10:00
Cargo.toml internals: Bump version to 0.2.0 2023-07-14 14:31:21 +10:00
README.md Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00
build.rs Create uniform build script 2023-10-30 14:40:41 +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.