bindbc.zstandard.dynload

Undocumented in source.

Members

Functions

loadZstandard
ZSTDSupport loadZstandard()

Loads the library and ties the function pointers to the library.

loadZstandard
ZSTDSupport loadZstandard(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadedZSTDVersion
ZSTDSupport loadedZSTDVersion()

Returns the currently loaded zstandard library version, or an error code.

unloadZSTD
void unloadZSTD()

Unloads the zstandard library.

Meta