From cc1820c014b7e3668d659f5c63b9e638cef2afc9 Mon Sep 17 00:00:00 2001 From: Ernesto Castellotti Date: Thu, 4 Jul 2019 17:04:03 +0200 Subject: [PATCH] publicly imports the high-level APIs in the neomimalloc package --- source/neomimalloc/package.d | 1 + 1 file changed, 1 insertion(+) diff --git a/source/neomimalloc/package.d b/source/neomimalloc/package.d index b1ed728..5024fe4 100644 --- a/source/neomimalloc/package.d +++ b/source/neomimalloc/package.d @@ -1,3 +1,4 @@ module neomimalloc; +public import neomimalloc.mimallocator; public import neomimalloc.c.mimalloc; \ No newline at end of file