parselink-old/include/parselink
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
..
logging Implement token map_view, additional formatters. 2023-10-12 14:52:06 -07:00
msgpack Implement token map_view, additional formatters. 2023-10-12 14:52:06 -07:00
proto WIP: Message definitions. 2023-10-08 08:20:23 -07:00
utility Fix approach to include paths. 2023-10-04 21:23:36 -07:00
BUILD Re-enable expected logging, start server proto 2023-10-11 18:37:57 -07:00
logging.h Implement token map_view, additional formatters. 2023-10-12 14:52:06 -07:00
server.h Fix approach to include paths. 2023-10-04 21:23:36 -07:00