Commit graph

2 commits

Author SHA1 Message Date
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
Changyuan Lyu
e489006d76 Start a gRPC-based Rust implementation
This project will contain 4 crates: the binaries for the client and
server, the library, and a 9p server library.

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
2023-05-26 16:10:07 -07:00