Drew Galbraith
6f0dfa8719
Register denali on yellowstone, handle read requests.
2025-02-01 13:09:42 -08:00
Drew Galbraith
a5cdd23f0b
Run denali server thread.
2025-02-01 12:11:59 -08:00
Drew Galbraith
10e536acab
Add an async server implementation for Yunq.
2025-02-01 11:25:37 -08:00
Drew Galbraith
d777b8f4ab
Move yunq to new thread spawn and remove old one.
2025-01-26 00:05:55 -08:00
Drew Galbraith
72e5d8c618
[Yunq] Rust tests for nested messages.
2024-08-29 23:39:30 -07:00
Drew Galbraith
f94f56f9ec
[Yunq] Create repeated field implementations in rust.
2024-08-29 23:29:58 -07:00
Drew Galbraith
4ee8dc924c
Add a uniq test module for yunq in rust.
2024-08-29 21:27:27 -07:00
Drew Galbraith
e90018b42e
[Yellowstone] Allow registering denali.
2024-08-17 21:54:30 -07:00
Drew Galbraith
f551cc88cd
[Yunq] Allow creating a client cap.
2024-08-17 20:18:25 -07:00
Drew Galbraith
7e68c1b641
Add a rust user-space Capability struct.
...
This is a thin wrapper around a capability ptr that releases the
capability when it is done and prevents copying/cloning it.
To get a copy a caller must explicitly use duplicate.
2024-08-17 17:15:33 -07:00
Drew Galbraith
18e512cf1f
[Teton] Move console/shell to rust. WIP
2024-08-12 11:35:54 -07:00
Drew Galbraith
76f8795a46
Implement yunq server in rust.
2024-07-31 19:59:46 -07:00
Drew Galbraith
6ae111dc66
Move request/response serialization to YunqMessage trait.
2024-07-30 15:13:34 -07:00
Drew Galbraith
e41f58c714
Use method number in rust yunq client.
2024-07-30 14:33:19 -07:00
Drew Galbraith
c2f9f5388b
Move yunq client to use syscall helpers.
2024-07-28 20:54:52 -07:00
Drew Galbraith
d35e8d253f
Reorganize mammoth lib in rust.
2024-07-28 19:26:23 -07:00
Drew Galbraith
19144f7be9
Fix rust compiler warnings.
2024-07-28 18:14:18 -07:00
Drew Galbraith
2cbf871d09
Add codegen for new rust yunq parser.
2024-07-27 20:23:03 -07:00
Drew Galbraith
8f35d38e93
Add macros to derive message serializations.
2024-07-27 18:30:17 -07:00
Drew Galbraith
3eea4d811a
Example yunq implementation for one Yellowstone endpoint.
2024-07-26 23:36:07 -07:00