rust-bitcoin-unsafe-fast/bitcoin
Jamil Lambert c4d9c1b9f8
Use a consistent rustdoc heading level of H1 `#`
There was and inconsistent usage of `#`, `##` and `###` in rustdoc
headings.  The difference in the rendered rustdocs is a minimal font
size change.

Change all headings to be H1 `#`.

Change all subheadings to be `###` to have a noticeable difference in
font size in the rendered docs.
2025-04-22 13:06:32 +01:00
..
contrib Remove rust-ordered dependency 2025-02-18 13:36:07 +11:00
embedded chore: remove unused cortex-m dependency from embedded Cargo.toml files in bitcoin and hashes modules. 2025-04-05 18:25:41 +08:00
examples Use a consistent rustdoc heading level of H1 `#` 2025-04-22 13:06:32 +01:00
src Use a consistent rustdoc heading level of H1 `#` 2025-04-22 13:06:32 +01:00
tests 2025-04-13 automated rustfmt nightly 2025-04-13 02:50:07 +00:00
CHANGELOG.md Merge rust-bitcoin/rust-bitcoin#4292: chore: fix grammatical errors 2025-03-30 15:19:49 +00:00
Cargo.toml Allow using the 'base64' feature in no_std environments 2025-04-19 19:31:11 +02:00