publicly imports the high-level APIs in the neomimalloc package

This commit is contained in:
Ernesto Castellotti 2019-07-04 17:04:03 +02:00
parent 7aa7ba3c53
commit cc1820c014
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
module neomimalloc;
public import neomimalloc.mimallocator;
public import neomimalloc.c.mimalloc;