Crate resb

Source
Expand description

resb is a utility crate of the ICU4X project for working with ICU resource bundle files.

It comprises modules for reading and optionally writing binary .res files as well as optionally for reading text bundles.

Modules§

  • The binary module provides a serde deserializer for the binary resource bundle format as well as a means of writing resource bundles to the binary file format.
  • The bundle module provides data structures for working directly with the contents of a resource bundle.
  • The text module provides a reader for the text-based resource bundle format.