D library for interfacing with libgc (bdwgc) using importC
What's the difference between libgc-d?
A: bdwgc-d is generated by importC
, not manual binding wrapper.
dub add bdwgc-d
bdwgc-d
should be compatible with multiple D compilers including gdc
, ldc2
, and dmd
. When you use dub
to build your project, it should automatically detect the compiler you have installed and use it to compile your code.
- lycus/libgc-d: manual binding (archived)