Replies: 1 comment
-
I was also looking at this! hope someone can answer this :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Thank you for the crate.
I'm confused about how can I implement this file type:
There are these 2 examples where the header contains:
But I'm having trouble combining these examples.
How can I create this
entries
field that contains_file_count
entries with the corresponding slice they are pointing to?Also, how can I generate
Vec<VfsEntry>
field when writing this file format to binary?Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions