yarf-sys 0.0.2

An yet another rust-fuse, focuses on just only libfuse highlevel API binding ; sys crate
Documentation
[[bin]]
name = "hello_sys"
path = "examples/hello_sys.rs"

[[bin]]
name = "null_sys"
path = "examples/null_sys.rs"

[build-dependencies.pkg-config]
version = "0.3"

[dependencies.libc]
version = "0.2.46"

[package]
authors = ["Ryo Okubo <syucream1031@gmail.com>"]
build = "build.rs"
description = "An yet another rust-fuse, focuses on just only libfuse highlevel API binding ; sys crate"
license = "MIT"
name = "yarf-sys"
version = "0.0.2"