Skip to content

A Zig library for implementation of FUSE filesystems in userspace, utilizing the raw /dev/fuse interface. Heavily inspired and referenced Rust's fuser library.

Notifications You must be signed in to change notification settings

shanoaice/zig-fuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-fuse

zig-fuse is a Zig library for implementation of FUSE filesystems in userspace. Due to libfuse's extensive usage of C bitfields, it is almost impossible to create a Zig binding / wrapper for it. Thus, this library is a completely from-scratch implementation based on the raw /dev/fuse interface.

About

A Zig library for implementation of FUSE filesystems in userspace, utilizing the raw /dev/fuse interface. Heavily inspired and referenced Rust's fuser library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages