项目作者: Papierkorb

项目描述 :
libFUSE bindings for Crystal
高级语言: Crystal
项目地址: git://github.com/Papierkorb/fuse.git
创建时间: 2017-01-05T19:33:02Z
项目社区:https://github.com/Papierkorb/fuse

开源协议:MIT License

下载


fuse

Bindings to libFUSE. Not feature complete yet.

Installation

Add this to your application’s shard.yml:

  1. dependencies:
  2. fuse:
  3. github: Papierkorb/fuse

Then make sure to have libfuse installed. It is a development and a
runtime dependency.

Usage

See samples/

Missing

  • Wrap write-access methods
  • Figure out how to test this

Contributing

  1. Fork it ( https://github.com/Papierkorb/fuse/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am ‘Add some feature’)
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors