FUSE bindings?

Jacob Carlborg doob at me.com
Sat Mar 15 04:15:08 PDT 2014


On 2014-03-15 02:08, Andrei Alexandrescu wrote:
> I'm looking at priming a project that needs SQLite 3, HTTP, and FUSE.
>
> The first one has C-level bindings at
> http://dlang.org/phobos/etc_c_sqlite3.html. Are there higher-level
> wrappers available?
>
> For HTTP the obvious choice would be the two levels of libcurl bindings.
>
> For FUSE I couldn't find much beyond two old projects:
> https://code.google.com/p/dutils/source/browse/trunk/fuse/fuse.d and
> https://github.com/eskimor/fuse. Does anyone know/have more recent stuff?

If you need to create bindings, have a look at DStep [1].

[1] https://github.com/jacob-carlborg/dstep

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list