rust-bitcoin-unsafe-fast/internals
Tobin C. Harding c1360067e9
Enable formatting in CI
Enable formatting in CI by doing:

- Add a section to the `test.sh` scripts to run the formatter (guarded by
  the env variable `DO_FMT`) for all crates (bitcoin, hashes, internals).
- Add `DO_FMT` to the nightly `Tests` CI job.
2023-03-07 08:57:32 +11:00
..
contrib Enable formatting in CI 2023-03-07 08:57:32 +11:00
src Run the formatter 2023-03-06 10:22:29 +11:00
CHANGELOG.md internals: Add CHANGELOG file 2022-11-08 08:40:44 +11:00
Cargo.toml Fix docs.rs to use all features 2023-02-10 08:04:11 +11:00
README.md Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00
build.rs Activate `rust_v_1_46` when on high-enough rustc 2022-09-14 08:55:02 +02: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.