Replies: 1 comment 2 replies
-
Have you gone through https://manishearth.github.io/blog/2022/08/03/zero-copy-3-so-zero-its-dot-dot-dot-negative/ ? Otherwise we don't really have any tutorial for this. Maybe eventually. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm interested in trying out databake for a toy project, where I build an API around an XML data dump. My current approach is to convert the data to postcard format, include_bytes the output and deserialize on load, but having the data (essentially a vec of structs) tucked away by the compiler sounds nice. I unfortunately have no idea how to use databake and skimming the ICU4X code base does not enlighten me. Where do I start?
Beta Was this translation helpful? Give feedback.
All reactions