discovery
discovery copied to clipboard
Add dynamic heap usage (alloc stabilization)
Per https://github.com/rust-lang/rust/pull/59675, alloc will stabilize with Rust 1.36.0. It would be very helpful if the Discovery book was then updated to show how to use a real dynamic Vec when this stabilizes. This takes embedded one important step further in ergonomics.
Cross links
- https://github.com/rust-embedded/wg/issues/336
- https://github.com/rust-embedded/wg/issues/335