Add memlib (#1898)

This commit is contained in:
Ward 2021-05-07 14:47:23 +08:00 committed by GitHub
parent 5579ed8173
commit f08b2aa17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22497,5 +22497,21 @@
"description": "Table implemented as optimized sorted hashed dictionary of {array[char]: Option[T]}, same size as OrderedTable",
"license": "MIT",
"web": "https://github.com/juancarlospaco/dik"
},
{
"name": "memlib",
"url": "https://github.com/khchen/memlib",
"method": "git",
"tags": [
"dynlib",
"library",
"dll",
"memorymodule",
"windows"
],
"description": "Load Windows DLL from memory",
"license": "MIT",
"web": "https://github.com/khchen/memlib",
"doc": "https://khchen.github.io/memlib"
}
]