hooking everything up

This commit is contained in:
Folkert 2021-02-12 17:18:06 +01:00
parent 84d5cbc4f1
commit ee21f86f8f
9 changed files with 334 additions and 19 deletions

View file

@ -9,6 +9,7 @@ const hash = @import("hash.zig");
comptime {
exportDictFn(dict.dictLen, "len");
exportDictFn(dict.dictEmpty, "empty");
exportDictFn(dict.dictInsert, "insert");
exportDictFn(hash.wyhash, "hash");
exportDictFn(hash.wyhash_rocstr, "hash_str");
}