Skip to content

Add support for Bytes #340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 6, 2025

Conversation

xgroleau
Copy link
Contributor

@xgroleau xgroleau commented Jan 25, 2023

The Bytes crate traits are used quite a bit in the rust ecosystem. Implementing those traits can help bridge between no_std and std smoothly. Notably, prost which is no_std deserialize using a BufMut.

@reitermarkus reitermarkus force-pushed the feat/add-bytes-support branch from a92e777 to 5ce8ccd Compare April 6, 2025 19:32
reitermarkus
reitermarkus previously approved these changes Apr 6, 2025
@reitermarkus reitermarkus added this pull request to the merge queue Apr 6, 2025
@reitermarkus reitermarkus removed this pull request from the merge queue due to a manual request Apr 6, 2025
@reitermarkus reitermarkus added this pull request to the merge queue Apr 6, 2025
Merged via the queue into rust-embedded:main with commit b6c0739 Apr 6, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants