kafonek / kernel-sidecar-rs

Kernel Sidecar in Rust
MIT License
11 stars 1 forks source link

Use less .into() #15

Open kafonek opened 9 months ago

kafonek commented 9 months ago

Need better error handling when things go wrong converting between types, e.g. ZmqMessage -> WireProtocol -> Message<T> -> Response. It's also frustrating that I can't "go to definition" in VSCode to get to the relevant From impl, it just takes me to source into code.