Skip to content

Make Dispatch generic over buffer size and release v0.3.0 #16

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 3 commits into from
Mar 25, 2025

Conversation

robin-nitrokey
Copy link
Member

The fixed buffer size can be problematic for some use cases, see:

To avoid adding support for different buffer sizes to the crate, we can
just make the dispatch implementation generic over the buffer size. For
simple cases, a type alias is provided using the old buffer size.

This fixes a new compiler warning.
The fixed buffer size can be problematic for some use cases, see:
- #15

To avoid adding support for different buffer sizes to the crate, we can
just make the dispatch implementation generic over the buffer size.  For
simple cases, a type alias is provided using the old buffer size.
This release makes Dispatch generic over the buffer size.
@robin-nitrokey robin-nitrokey merged commit dd8d252 into main Mar 25, 2025
2 checks passed
@robin-nitrokey robin-nitrokey deleted the message-size branch March 25, 2025 21:33
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.

3 participants