nurt 0.2.3
Numem based D Runtime
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
NuRT
A minimal D runtime using numem, built around using numem and nulib for memory managment. If you need higher level constructs, see nulib
Having a smaller custom runtime serves the Inochi2D project by being more portable, and additionally making it easier to link to the Inochi2D SDK.
NuRT has no garbage collector, and never will have one. Numem's lifetime capabilities
are automatically imported; additionally you may use core.attribute from druntime;
as the dub package prevents it from linking in. Any usage of druntime which generates
code however, is not supported.
Known issues
- Exceptions have not been implemented yet, application will immediately crash on exception or assert.
- 0.2.3 released 3 days ago
- Inochi2D/nurt
- BSL-1.0
- Copyright © 2025, Luna
- Authors:
- Dependencies:
- numem
- Versions:
-
Show all 10 versions0.2.3 2026-Jun-29 0.2.2 2026-Jun-12 0.2.1 2025-Jul-27 0.2.0 2025-Jul-27 0.1.4 2025-Mar-15 - Download Stats:
-
-
337 downloads today
-
613 downloads this week
-
862 downloads this month
-
2260 downloads total
-
- Score:
- 3.6
- Short URL:
- nurt.dub.pm