This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Mono.Fuse.NETStandard/README.md

7 lines
428 B
Markdown
Raw Normal View History

2018-01-05 01:43:37 +07:00
[![NuGet version](https://img.shields.io/nuget/vpre/Mono.Fuse.NETStandard.svg)](https://www.nuget.org/packages/Mono.Fuse.NETStandard/)
2018-01-05 01:36:11 +07:00
This is a .NET Standard binding for FUSE, port of [mono-fuse](https://github.com/jonpryor/mono-fuse) library.
2018-01-05 01:24:49 +07:00
2018-01-05 01:40:44 +07:00
For documentation see [here](http://www.jprl.com/Projects/mono-fuse/docs/).
2018-01-05 02:00:57 +07:00
To run examples clone this repository, run `build-libs.sh` and then run projects from `example/` folder.