rust-bitcoin-unsafe-fast/units/src
Martin Habovstiak ac26171c32 Clean up `no_std` usage
Previously the crate used negative reasoning to enable `std` which was
hard to understand, required the `prelude` module and wasn't really
needed because it's only needed when a crate wants to add `alloc`
feature-backwards compatibly and this crate always had the feature.

This cleans up usage to unconditionally use `#[no_std]` and then just
add `extern crate` on top as needed by activated features.
2024-01-27 13:25:40 +01:00
..
amount.rs Clean up `no_std` usage 2024-01-27 13:25:40 +01:00
lib.rs Clean up `no_std` usage 2024-01-27 13:25:40 +01:00