We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b3d568 + 52f3b77 commit ee3a308Copy full SHA for ee3a308
src/lib.rs
@@ -63,14 +63,6 @@
63
//! - [`mpmc::Q*`](mpmc) -- multiple producer multiple consumer lock-free queue
64
//! - [`spsc::Queue`] -- single producer single consumer lock-free queue
65
//!
66
-//! # Optional Features
67
-//!
68
-//! The `heapless` crate provides the following optional Cargo features:
69
70
-//! - `ufmt`: Implement [`ufmt_write::uWrite`] for `String<N>` and `Vec<u8, N>`
71
72
-//! [`ufmt_write::uWrite`]: https://docs.rs/ufmt-write/
73
74
//! # Minimum Supported Rust Version (MSRV)
75
76
//! This crate does *not* have a Minimum Supported Rust Version (MSRV) and may make use of language
0 commit comments