p9cpu/crates/libp9cpu
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
..
src p9cpu: Defines a transport-layer client trait 2023-05-26 16:10:07 -07:00
build.rs p9cpu: Defines a transport-layer client trait 2023-05-26 16:10:07 -07:00
Cargo.toml p9cpu: Defines a transport-layer client trait 2023-05-26 16:10:07 -07:00