rust-bitcoin-unsafe-fast/units/src
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
..
amount Run the formatter 2025-04-17 11:43:02 +10:00
fee_rate Run the formatter 2025-04-17 11:43:05 +10:00
locktime Make struct titles consistent 2025-04-15 21:23:31 +01:00
block.rs Use impl_add/sub_assign for block interval 2025-03-03 13:16:10 +11:00
fee.rs Run the formatter 2025-04-17 11:43:02 +10:00
internal_macros.rs units: Fix internal docs 2025-04-07 12:14:12 +10:00
lib.rs units: Improve crate level docs 2025-04-14 14:33:26 +10:00
parse.rs Use parameters instead of arguments in rustdocs 2025-04-22 10:43:13 +01:00
result.rs Use a consistent rustdoc heading level of H1 `#` 2025-04-22 13:06:32 +01:00
time.rs Add privacy boundary to BlockTime 2025-04-17 11:43:05 +10:00
weight.rs Run the formatter 2025-04-17 11:43:05 +10:00