Aerospike wrapper/driver for vibe.d ?

Mike Parker via Digitalmars-d digitalmars-d at puremagic.com
Sat Jan 28 03:53:58 PST 2017


On Saturday, 28 January 2017 at 09:59:10 UTC, Rico Decho wrote:
> I agree, one step at a time...
>
> Anyway, as I've never used D's type introspection and 
> compile-time code generation, my options are quite limited at 
> the moment :(

You shouldn't need any of that to create a binding to a C API. 
You can manually translate the headers or use a tool like DStep 
[1] to get you most of the way there.

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


More information about the Digitalmars-d mailing list