[PR #459] [MERGED] Add sized-dst crate #459

Closed
opened 2025-11-06 08:26:48 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: sized-dst


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/rust-embedded/awesome-embedded-rust/pull/459 **Author:** [@YuhanLiin](https://github.com/YuhanLiin) **Created:** 8/17/2024 **Status:** ✅ Merged **Merged:** 8/20/2024 **Merged by:** [@eldruin](https://github.com/eldruin) **Base:** `master` ← **Head:** `sized-dst` --- ### 📝 Commits (1) - [`5dc1b28`](https://github.com/rust-embedded/awesome-embedded-rust/commit/5dc1b28629e25204069127cc4169630472b776cc) Add sized-dst crate ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 08:26:48 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-embedded-rust#459