windows linux文件共享,使用fuse + grpc + protobuffer
语言:rust
Begild
f92393ae35
2. 解决虚拟根目录匹配的做法有点问题,现在使用固定匹配/的方式,而不是逐层的匹配。 3. 存在性能问题,获取某个文件的attr的时候会逐一的获取其他父级目录的attr。使用起来反应较慢 |
||
---|---|---|
proto | ||
src | ||
test/pattern | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
config.json | ||
README.md |
wls_vfs
windows linux文件共享,使用fuse + grpc + protobuffer 语言:rust