[go: up one dir, main page]

fuse 0.3.1

Rust library for filesystems in userspace (FUSE)
Documentation
[badges.travis-ci]
repository = "zargony/rust-fuse"

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

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.3"

[dependencies.thread-scoped]
version = "1"

[dependencies.time]
version = "0.1"

[dev-dependencies.env_logger]
version = "0.3"

[lib]
name = "fuse"
path = "src/lib.rs"

[package]
authors = ["Andreas Neuhaus <zargony@zargony.com>"]
build = "build.rs"
categories = ["api-bindings", "filesystem"]
description = "Rust library for filesystems in userspace (FUSE)"
documentation = "https://docs.rs/fuse"
homepage = "https://github.com/zargony/rust-fuse"
keywords = ["fuse", "filesystem", "system", "bindings"]
license = "MIT"
name = "fuse"
readme = "README.md"
repository = "https://github.com/zargony/rust-fuse"
version = "0.3.1"