mirror of
https://github.com/neroist/brotli
synced 2026-01-05 07:51:17 +00:00
No description
| .github/workflows | ||
| src | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| brotli.nimble | ||
| nimdoc.cfg | ||
| README.md | ||
brotli
Nim wrapper for Brotli compression library
Usage
By default, this library will compile the C source code statically. -d:useBrotliDll
and -d:useBrotliAllDll will make the library use the brotlienc and brotlidec
libraries. Use -d:useBrotliEncDll or -d:useBrotliDecDll to use a specific DLL.
See tests/test1.nim for some very simple usage examples.