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

[postcard 2.0] - Revisit char encoding #101

Open
jamesmunns opened this issue Apr 17, 2023 · 1 comment
Open

[postcard 2.0] - Revisit char encoding #101

jamesmunns opened this issue Apr 17, 2023 · 1 comment
Labels
postcard-2.0 Tracking issues for an eventual 2.0 version of the postcard wire format (not currently planned)

Comments

@jamesmunns
Copy link
Owner

As noted in #63, the current handling of chars is pretty meh, and there are likely MUCH better ways, namely "just put utf8 on the wire it's already a varint" or encoding the char as a varint(u32), instead of a &[u8].

@jamesmunns jamesmunns added the postcard-2.0 Tracking issues for an eventual 2.0 version of the postcard wire format (not currently planned) label Apr 17, 2023
@jamesmunns
Copy link
Owner Author

Note: postcard 2.0 is not planned any time soon. This issue is just to remind me to revisit this if there ever is a need/want for other breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
postcard-2.0 Tracking issues for an eventual 2.0 version of the postcard wire format (not currently planned)
Projects
None yet
Development

No branches or pull requests

1 participant