Skip to content

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.

4 participants