This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch bump-version
in repository https://gitbox.apache.org/repos/asf/opendal.git
from 96f8cd15ac Remove optionalDependencies
add acb8ef6128 feat(bin/ofs): implement fuse for linux (#4179)
add c373547029 Merge remote-tracking branch 'origin/main' into bump-version
No new revisions were added by this update.
Summary of changes:
bin/ofs/Cargo.lock | 25 +-
bin/ofs/Cargo.toml | 13 +-
bin/ofs/src/bin/ofs.rs | 62 +-
.../cpp/src/lister.rs => bin/ofs/src/config.rs | 25 +-
bin/ofs/src/fuse.rs | 670 +++++++++++++++++++++
bin/ofs/src/lib.rs | 246 ++------
6 files changed, 769 insertions(+), 272 deletions(-)
copy bindings/cpp/src/lister.rs => bin/ofs/src/config.rs (66%)
create mode 100644 bin/ofs/src/fuse.rs