I'm looking at priming a project that needs SQLite 3, HTTP, and FUSE.
The first one has C-level bindings athttp://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?
Thanks, Andrei
