ParseLink, a proxying solution to allow FFXIV players to share their parser data with others in real time.
- proto::parser will likely contain helper functions for parsing messages from a buffer, for now it will explicitly define message parsers for each available message. It also leverages the new unpacker API, which has type safety in mind. These messages should not be unstructured, so it doesn't make sense to use the token API. |
||
|---|---|---|
| .snippets | ||
| bazel | ||
| include | ||
| source | ||
| tests | ||
| .bazelrc | ||
| .clang-format | ||
| .gitignore | ||
| beastref.cpp | ||
| BUILD | ||
| BUILD.rapidcheck | ||
| MODULE.bazel | ||
| MODULE.bazel.lock | ||
| WORKSPACE | ||