mirror of
https://bitbucket.org/King_DuckZ/jumping-in-d.git
synced 2024-10-30 02:49:01 +00:00
5 lines
658 B
Markdown
5 lines
658 B
Markdown
|
DerelictUtil
|
||
|
============
|
||
|
Derelict is a group of D packages which provide bindings to a number of C libraries. The bindings are dynamic, in that they load shared libraries at run time. <b>DerelictUtil</b> is the common code base used by each package. It provides a cross-platform mechanism for loading shared libraries, exceptions that indicate failure to load, and common declarations that are useful across multiple platforms.
|
||
|
|
||
|
For more information on how to use DerelictUtil, either as the user of a dynamic binding based on DerelictUtil or as the implementor of a custom binding, see the [DerelictUtil wiki](https://github.com/DerelictOrg/util/wiki).
|