ParseLink, a proxying solution to allow FFXIV players to share their parser data with others in real time.
Go to file
Kurt Sassenrath 1c7047e314 Implement token map_view, additional formatters.
msgpack::map_view can be used to iterate, pair-wise, over a range of
msgpack::token. It will immediately return if the first token is not a
map, and will skip over nested map/arrays.

Note for the future: It will be handy to be able to get the subspan
corresponding to the nested map/array. Will think about how to solve
that later.

Begin incorporating map_view into the server.

Add formatters for std::byte, dynamic theme for bool, and spans thereof.
Maybe switch to range?
2023-10-12 14:52:06 -07:00
include Implement token map_view, additional formatters. 2023-10-12 14:52:06 -07:00
source Implement token map_view, additional formatters. 2023-10-12 14:52:06 -07:00
tests Implement token map_view, additional formatters. 2023-10-12 14:52:06 -07:00
.bazelrc import msgpack, begin work on object API 2023-09-07 15:06:00 -07:00
.gitignore Initial commit 2023-09-04 16:03:58 -07:00
beastref.cpp Initial server interface, minor logging changes. 2023-09-04 22:46:33 -07:00
BUILD Initial server interface, minor logging changes. 2023-09-04 22:46:33 -07:00
WORKSPACE import msgpack, begin work on object API 2023-09-07 15:06:00 -07:00