windows linux文件共享,使用fuse + grpc + protobuffer 语言:rust
Go to file
Begild 017c52ce13 1. 完成基本的测试项的构建
- 测试打开文件读取文件
    - 测试打开目录读物目录
    - 测试文件的读写功能
    - 测试目录创建和删除
    - 测试目录或者文件的访问
2. 将fd挪到fs impl里面完成!
2024-07-14 15:58:47 +08:00
proto 修改fd管理的层级,将其放到fs impl里面去。尚未改完,同步code 2024-07-07 14:35:53 +08:00
src 1. 完成基本的测试项的构建 2024-07-14 15:58:47 +08:00
test/pattern 1. 完成基本的测试项的构建 2024-07-14 15:58:47 +08:00
.gitignore 初次提交代码 2024-07-02 18:46:38 +08:00
build.rs 初次提交代码 2024-07-02 18:46:38 +08:00
Cargo.lock 初次提交代码 2024-07-02 18:46:38 +08:00
Cargo.toml 初次提交代码 2024-07-02 18:46:38 +08:00
README.md Initial commit 2024-07-02 18:39:35 +08:00

wls_vfs

windows linux文件共享使用fuse + grpc + protobuffer 语言rust