Updated documentation for release readiness

This commit is contained in:
Johannes Leupolz 2025-10-31 19:56:54 +00:00
parent 6afa8acaa8
commit effc17647b
5 changed files with 98 additions and 0 deletions

View file

@ -12,6 +12,8 @@ This crate is heavily based on libfuse-sys by Richard Wiedenhöft. See the [orig
This fork here contains only the relevant subset of code of libfuse-sys to access the low-level api of cuse.
This crate does not attempt to abstract or validate cuse usage; it only provides wrappers. Higher-level logic (such as event management or device configuration) should be built on top.
## Using cuse-lowlevel
Add the dependencies to your Cargo.toml