Commit graph

8 commits

Author SHA1 Message Date
5c3d4ac7a9 Add rust lint CI job.
Some checks failed
Check / Check Rust (pull_request) Failing after 1s
2025-12-14 00:58:36 -08: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
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
3eea4d811a Example yunq implementation for one Yellowstone endpoint. 2024-07-26 23:36:07 -07:00