Commit graph

4 commits

Author SHA1 Message Date
d4a3a71e2f
Router, add xrpc function interface, test in main
Adds an interface for adding xrpc queries and procedures that is a bit
simpler than directly interfacing with axum. Should provide good
scaffolding for next steps.
2025-04-24 14:45:53 -07:00
07f4720244
Router, add xrpc and router abstraction to router 2025-04-23 14:44:26 -07:00
57c396afe7
handle all xrpc routes with NotImplemented
Supported routes can be added as they become available
2025-04-18 19:10:17 -07:00
1d577ef396
rust router skeleton code
Just a basic axum setup with modules
2025-04-18 18:33:28 -07:00