An open API service indexing awesome lists of open source software.

https://github.com/alhimik45/mono.fuse.netstandard

Port of Mono.Fuse package to NET Standard: C# bindings for FUSE
https://github.com/alhimik45/mono.fuse.netstandard

Last synced: about 1 month ago
JSON representation

Port of Mono.Fuse package to NET Standard: C# bindings for FUSE

Awesome Lists containing this project

README

        

[![NuGet version](https://img.shields.io/nuget/vpre/Mono.Fuse.NETStandard.svg)](https://www.nuget.org/packages/Mono.Fuse.NETStandard/)

This is a .NET Standard binding for FUSE, port of [mono-fuse](https://github.com/jonpryor/mono-fuse) library.

For documentation see [here](http://www.jprl.com/Projects/mono-fuse/docs/).

To run examples clone this repository, run `build-libs.sh` and then run projects from `example/` folder.