mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-03-09 07:12:05 -05:00
[PR #459] [MERGED] Add sized-dst crate #459
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/459
Author: @YuhanLiin
Created: 8/17/2024
Status: ✅ Merged
Merged: 8/20/2024
Merged by: @eldruin
Base:
master← Head:sized-dst📝 Commits (1)
5dc1b28Add sized-dst crate📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Add the sized-dst crate, which allows DSTs (such as trait objects) to be stored in inline memory. It's basically an on-stack version of
Box<dyn Trait>. This may be useful for embedded usecases.Link: https://crates.io/crates/sized-dst
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.