fuse2rs 0.0.3

FUSE2 bindings for Rust (mainly for OpenBSD)
Documentation
1
2
3
4
5
6
#if defined(__FreeBSD__) || defined(__linux__)
# define _FILE_OFFSET_BITS 64
# define FUSE_USE_VERSION 26
#endif
#include <fuse.h>