primitives: Update crate level docs re allocator

We slightly improved the situation but much of the functionality is
still behind the `alloc` feature.
This commit is contained in:
Tobin C. Harding 2024-11-14 08:57:22 +11:00
parent 9f68802887
commit 3e9267071f
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
//!
//! Primitive data types that are used throughout the [`rust-bitcoin`] ecosystem.
//!
//! This crate can be used in a no-std environment but requires an allocator.
//! This crate can be used in a no-std environment but a lot of the functionality requires an
//! allocator i.e., requires the `alloc` feature to be enabled.
//!
//! [`rust-bitcoin`]: <https://github.com/rust-bitcoin>