Using TcpStream with deku and a library using deku with no_std support #486
-
Hi. I'm trying to find an easy way to implement a 9pfs protocol library. I tried to use Deku with from_reader but it errors because std::net::TcpStream doesn't implement Seek 😕
|
Beta Was this translation helpful? Give feedback.
Answered by
wcampbell0x2a
Nov 1, 2024
Replies: 1 comment 1 reply
-
Binrw has NoSeek for this, I'd happy approve a similar solution. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This now exists on master: #487