Commit Graph

8 Commits

Author SHA1 Message Date
a2d480e723 More unpacker work, reflection support 2024-01-25 22:18:00 -08:00
Kurt Sassenrath
a65bff1697 Lolwut 2024-01-17 14:30:08 -08:00
b2a6f25306 Start proto::parser, remove msgpack::reader
- 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.
2024-01-12 19:36:56 -08:00
0e6f05dd68 WIP Server stuff: key gen 2024-01-08 10:39:35 -08:00
6874da27a3 Apply clang-format 2023-10-20 00:34:44 -07:00
Kurt Sassenrath
9346b5be5d WIP 2023-10-16 19:27:12 -07:00
21b388f0d0 WIP: Message definitions. 2023-10-08 08:20:23 -07:00
2a4c819f4f Fix approach to include paths.
This accommodates bazel's best practices a bit better.
2023-10-04 21:23:36 -07:00