Low level runtime library for the D programming language
This is DRuntime. It is the low-level runtime library backing the D programming language.
DRuntime is typically linked together with Phobos in a release such that the compiler only has to link to a single library to provide the user with the runtime and the standard library.
DRuntime is meant to be an abstraction layer above the compiler. Different compilers will likely have their own versions of DRuntime. While the implementations may differ, the interfaces should be the same.
The runtime library provides the following:
To report a bug or look up known issues with the runtime library, please visit the bug tracker.
See the LICENSE.txt file for licensing information.
See the wiki page for build instructions.