No description
Find a file
Changyuan Lyu ce99fe8286 p9cpu: Defines a transport-layer client trait
`ClientInnerT` is a generic transport layer client. It can be either
an SSH client or a gRPC client. Basically it enables us to start a
process on a remote machine and forward stdin/stdout/stderr.

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
2023-05-26 16:10:07 -07:00
.vscode Start a gRPC-based Rust implementation 2023-05-26 16:10:07 -07:00
crates p9cpu: Defines a transport-layer client trait 2023-05-26 16:10:07 -07:00
.gitignore Start a gRPC-based Rust implementation 2023-05-26 16:10:07 -07:00
backport.sh Add a script for backporting commits 2023-05-26 16:09:53 -07:00
Cargo.lock p9cpu: Defines a transport-layer client trait 2023-05-26 16:10:07 -07:00
Cargo.toml Start a gRPC-based Rust implementation 2023-05-26 16:10:07 -07:00
LICENSE Initial commit 2022-12-05 10:03:54 -08:00