···90909191#### Sharing `uucode` with your application
92929393-By default, libvaxis pulls in [`uucode`](https://github.com/jacobsandlund/uucode)
9494-with a fixed set of fields it needs (`east_asian_width`, `grapheme_break`,
9595-`general_category`, `is_emoji_presentation`). If your application also uses
9696-`uucode` and needs additional fields, you can build libvaxis against your own
9797-`uucode` module so that everyone shares one table.
9393+By default, libvaxis pulls in
9494+[`uucode`](https://github.com/jacobsandlund/uucode) with a fixed set of fields
9595+it needs (see [build.zig](./build.zig)). If your application also uses
9696+`uucode`, you can build libvaxis against your own `uucode` module so that
9797+everyone shares one table (or set of tables, based on your `uucode`
9898+configuration).
989999100Pass `.external_uucode = true` to the libvaxis dependency and wire your
100101`uucode` module into the `vaxis` module yourself: