-
- Downloads
Add more sophisticated "axum-like" routing
Lots of futzing with generics to allow handler functions of many different signatures, whose arguments cause the API to automatically extract and/or parse parts of the request, and whose return values cause the API to automatically encode responses. All of this still needs documentation and cleaning up/refactoring into different modules.
parent
401c8be7
No related branches found
No related tags found
Showing
- xxdk-rs/Cargo.lock 24 additions, 0 deletionsxxdk-rs/Cargo.lock
- xxdk-rs/rpc-example/src/lib.rs 7 additions, 8 deletionsxxdk-rs/rpc-example/src/lib.rs
- xxdk-rs/xxdk/Cargo.toml 1 addition, 0 deletionsxxdk-rs/xxdk/Cargo.toml
- xxdk-rs/xxdk/src/service.rs 460 additions, 246 deletionsxxdk-rs/xxdk/src/service.rs
Loading
Please register or sign in to comment