KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
fuse
★ 12
Open GitHub ↗
libFUSE bindings for Crystal
Download README (.md)
Explore Similar Repositories
nearest-date
:
Given an array of dates, this module will find the date nearest to a given target date
6502-Tools
:
Support for AtariBASIC, 6502 Assembler, and bAtariBASIC in Sublime Text.
react-ajax-tutorial
:
Ajax example in React
feature-blog-jekyll
:
Feature Blog is a minimalist, beautiful, responsive theme for Jekyll. Demo:
Codeforwin-C-programming
:
Codeforwin is a platform for learning, practicing and sharing coding skills.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
fuse
?
Download (.md)
# fuse Bindings to libFUSE. Not feature complete yet. ## Installation Add this to your application's `shard.yml`: ```yaml dependencies: fuse: 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 - [Papierkorb](https://github.com/Papierkorb) Stefan Merettig - creator, maintainer