Drew Galbraith
8dfd57b411
Clean up rust unused warnings.
2024-08-30 00:49:33 -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
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
76f8795a46
Implement yunq server in rust.
2024-07-31 19:59:46 -07:00
Drew Galbraith
e41f58c714
Use method number in rust yunq client.
2024-07-30 14:33:19 -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
1e073d5060
Split yunq compliation to library and use it in build process.
2024-07-28 18:08:34 -07:00
Drew Galbraith
370ba9ae40
Hacky auto build for rust yunq.
2024-07-28 14:32:50 -07:00
Drew Galbraith
2cbf871d09
Add codegen for new rust yunq parser.
2024-07-27 20:23:03 -07:00
Drew Galbraith
d6833be0ad
[Yunq] Codegen example for yunq implementation.
2024-06-11 15:11:56 -07:00
Drew Galbraith
12fb84cfad
[Yunq] Add typechecking to rust implementation.
2024-06-11 13:32:28 -07:00
Drew Galbraith
1cda053758
Create a first pass at a rust parser for the yunq language.
2024-06-11 13:01:58 -07:00