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:
parent
9f68802887
commit
3e9267071f
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue