You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should investigate the usefulness of adding a server mode to pdblister, such that we will listen for JSON requests on stdin and respond to them on stdout.
For example, someone could request that we download a PDB (or return an existing one) via the following flow (-->: stdin, <--: stdout):
This would make pdblister a useful tool for non-Rust languages as well, since any language can launch a program and speak JSON.
This will also allow me to lazily sidestep having to do a non-async implementation for Rust libraries that wish to maintain a minimal build profile.
The text was updated successfully, but these errors were encountered:
We should investigate the usefulness of adding a server mode to pdblister, such that we will listen for JSON requests on
stdin
and respond to them onstdout
.For example, someone could request that we download a PDB (or return an existing one) via the following flow (
-->
: stdin,<--
: stdout):This would make pdblister a useful tool for non-Rust languages as well, since any language can launch a program and speak JSON.
This will also allow me to lazily sidestep having to do a non-async implementation for Rust libraries that wish to maintain a minimal build profile.
The text was updated successfully, but these errors were encountered: