Skip to content
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

Add u8 & Vec<u8> to field types #405

Open
mattyg opened this issue Oct 28, 2024 · 2 comments
Open

Add u8 & Vec<u8> to field types #405

mattyg opened this issue Oct 28, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@mattyg
Copy link
Member

mattyg commented Oct 28, 2024

Vec<u8> is a commonly used field type for arbitrary data blobs.

@mattyg mattyg added the enhancement New feature or request label Oct 28, 2024
@c12i
Copy link
Collaborator

c12i commented Oct 29, 2024

How different to SerializedBytes would a u8 entry type be?

@mattyg
Copy link
Member Author

mattyg commented Oct 29, 2024

SerializedBytes is for msgpack-encoded data. I have some arbitrary data blobs that are not msgpack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready for refinement
Development

No branches or pull requests

2 participants