-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binary serialization over pipes #471
Comments
xy2i
added a commit
to xy2i/sudo-rs
that referenced
this issue
Aug 25, 2023
We use `UnixStream::pair()` a few times and reimplement binary ser/de each time. Add an abstraction that does the serde (`BinSerDe`) and buffer ceremony (`BinPipe`) for us. Fixes trifectatechfoundation#471.
xy2i
added a commit
to xy2i/sudo-rs
that referenced
this issue
Aug 29, 2023
We use `UnixStream::pair()` a few times and reimplement binary ser/de each time. Add an abstraction that does the serde (`BinSerDe`) and buffer ceremony (`BinPipe`) for us. Fixes trifectatechfoundation#471.
xy2i
added a commit
to xy2i/sudo-rs
that referenced
this issue
Aug 30, 2023
We use `UnixStream::pair()` a few times and reimplement binary ser/de each time. Add an abstraction that does the serde (`BinSerDe`) and buffer ceremony (`BinPipe`) for us. Fixes trifectatechfoundation#471.
xy2i
added a commit
to xy2i/sudo-rs
that referenced
this issue
Sep 5, 2023
We use `UnixStream::pair()` a few times and reimplement binary ser/de each time. Add an abstraction that does the serde (`BinSerDe`) and buffer ceremony (`BinPipe`) for us. Fixes trifectatechfoundation#471.
xy2i
added a commit
to xy2i/sudo-rs
that referenced
this issue
Sep 7, 2023
We use `UnixStream::pair()` a few times and reimplement binary ser/de each time. Add an abstraction that does the serde steps (`DeSerialize`) and buffer ceremony (`BinPipe`) for us. Fixes trifectatechfoundation#471.
xy2i
added a commit
to xy2i/sudo-rs
that referenced
this issue
Sep 7, 2023
We use `UnixStream::pair()` a few times and reimplement binary ser/de each time. Add an abstraction that does the serde steps (`DeSerialize`) and buffer ceremony (`BinPipe`) for us. Fixes trifectatechfoundation#471.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @japaric in #468 (comment)
The text was updated successfully, but these errors were encountered: