rust-bitcoin-unsafe-fast/internals/src
Tobin C. Harding a189942c64
Use doc_auto_cfg
If we use `#![cfg_attr(docsrs, feature(doc_auto_cfg))]` instead of
`#![cfg_attr(docsrs, feature(doc_cfg))]` we no longer need to manually
mark types with `#[cfg_attr(docsrs, doc(cfg(feature = "std")))]`.

Sweeeeeet.
2023-03-29 14:50:33 +11:00
..
hex Use doc_auto_cfg 2023-03-29 14:50:33 +11:00
error.rs Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00
lib.rs Use doc_auto_cfg 2023-03-29 14:50:33 +11:00
macros.rs Run the formatter 2023-03-06 10:22:29 +11:00