Implementing libp2p::request-response::Codec for a custom type #3985
-
Hi, i was wondering if there's any reference/example to use to implement https://docs.rs/libp2p/latest/libp2p/request_response/trait.Codec.html |
Beta Was this translation helpful? Give feedback.
Answered by
thomaseizinger
May 25, 2023
Replies: 1 comment 2 replies
-
We just merged #3952! Does that help? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
radiohertz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We just merged #3952!
Does that help?
There are also other implementations in the repo. If you clone it and index it with an IDE, should be easy to find :)