# async-libfuse **Repository Path**: openeuler/async-libfuse ## Basic Information - **Project Name**: async-libfuse - **Description**: asyncchronized libfuse in Rust - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2020-07-14 - **Last Updated**: 2025-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: iSulad ## README # async-libfuse ## Introduction Asyncchronized libfuse in Rust ## Getting Started ### Compiling After `git clone` this project, you can start compiling by the help of `cargo`: ```sh cargo build ``` While compiling finished message pop up on terminal, you can get the executable file in `./target/debug/async_libfuse`. ### Usage Commandline and flags of `async_libfuse` are: ```sh async_libfuse ``` `async_libfuse` accepts the `MOUNTPOINT`, mounts it with `type fuse` and starts the fuse server on it. ## How to Contribute We are happy to provide guidance for the new contributors. Please sign the [CLA](https://openeuler.org/en/cla.html) before contributing. ## Acknowledgment This lib was part of [DatenLord](https://github.com/datenlord/datenlord), many thanks to their great work. ## Licensing async-libfuse is licensed under the Mulan PSL v2.