Run:
$ cargo run [server | client]Note: currently mountpoint and listen/connection address is hard-corded, which are /tmp/mnt and [::1]:50050, respectively.
Thanks to
- Sherlock-Holo / fuse3 for async fuse3 crate
- hyperium / tonic for gRPC crate
- tokio for async runtime, prost, and more
and more...