Drew Galbraith
72e5d8c618
[Yunq] Rust tests for nested messages.
2024-08-29 23:39:30 -07:00
Drew Galbraith
4ee8dc924c
Add a uniq test module for yunq in rust.
2024-08-29 21:27:27 -07:00
Drew Galbraith
27c39d05e8
[Yunq] Add basic test for repeated fields.
2024-01-17 15:15:55 -08:00
Drew Galbraith
9222f59da3
[Yunq] Add tests for capability serialization.
2024-01-17 14:31:52 -08:00
Drew Galbraith
a98e66ac47
[Yunq] Add serialization tests for Types message.
2024-01-17 14:15:53 -08:00
Drew Galbraith
a1f0197e83
[Yunq] Add parse/serialize for i64 field along with tests.
2024-01-17 13:57:02 -08:00
Drew Galbraith
fecaa387b0
[Yunq] Add a basic yunq test into libyunq.
2024-01-16 18:58:03 -08:00
Drew Galbraith
9c860dd6a4
[Yunq] Add support for repeated nested fields
2024-01-11 22:09:42 -08:00
Drew Galbraith
a48d63a664
[Yunq] Add support for nested fields in messages.
2024-01-11 21:32:08 -08:00
Drew Galbraith
a71d5e9d24
[Yunq] Explicitly specialize serialization template functions.
...
While this may end up with some duplicated code, it helps avoid
accidentally generating code for a type that we didn't intend to.
This will help in the future because we will get a linker error rather
than wonky runtime behavior.
2024-01-11 20:41:51 -08:00
Drew Galbraith
7ec4f696a8
[Yunq] Move serialization to yunq library.
2024-01-11 20:36:41 -08:00
Drew Galbraith
75d84a0fa5
[Yunq] Read capabilities using the parsing library.
2024-01-11 19:59:36 -08:00
Drew Galbraith
0e6aa532a1
[Yunq] Move MessageView higher in call stack.
2024-01-11 19:51:18 -08:00
Drew Galbraith
30b220b2fb
[Yunq] Move repeated field parsing to the yunq library.
2024-01-11 19:36:24 -08:00
Drew Galbraith
9e9ef21a3d
[Yunq] POC for moving yunq parsing to a library.
2024-01-11 19:27:57 -08:00
Drew Galbraith
3eba0bd9d8
[Yunq] Check identify byte and ensure users check status code.
2023-12-01 09:42:11 -08:00
Drew Galbraith
7d9f9a7ae9
[Yunq] Create libyunq and move parsing code to it.
2023-12-01 09:30:52 -08:00