Skip to content

Richard-W/libfuse-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libfuse-sys Latest Version Build Status

Raw rust bindings to libfuse


Using libfuse-sys

Add the dependencies to your Cargo.toml

[dependencies]
libfuse-sys = { version = "*", features = ["fuse_35"] }
libc = "*"

You can select other API versions for fuse. Currently supported are

  • fuse_11
  • fuse_21
  • fuse_22
  • fuse_24
  • fuse_25
  • fuse_26
  • fuse_29
  • fuse_30
  • fuse_31
  • fuse_35

If no version is selected the crate defaults to version 26.

License

This crate itself is published under the MIT license while libfuse is published under LGPL2+. Take special care to ensure the terms of the LGPL2+ are honored when using this crate.

About

Raw rust bindings to libfuse

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages