Skip to content

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

Merged
robin-nitrokey merged 3 commits intomainfrom
message-size
Mar 25, 2025
Merged

Make Dispatch generic over buffer size and release v0.3.0#16
robin-nitrokey merged 3 commits intomainfrom
message-size

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