Expand description
Modules§
- binary
- The
binarymodule provides aserdedeserializer for the binary resource bundle format as well as a means of writing resource bundles to the binary file format. - bundle
- The
bundlemodule provides data structures for working directly with the contents of a resource bundle. - text
- The
textmodule provides a reader for the text-based resource bundle format.
Macros§
- include_
bytes_ as_ u32 - Includes bytes as a properly aligned and sized
&[u32]. This is required forresbdeserialization.