github / twirp-rs

Twirp RPC for Rust
MIT License
20 stars 2 forks source link

Don't panic if Timings are not provided in the Request #9

Closed jorendorff closed 5 months ago

jorendorff commented 5 months ago

Also adds a test that actually binds the server to the network and tries to talk to it using the client.

This isn't as good as testing the example executables, but it was easy.

Fixes #5.