No description
Find a file
2025-05-02 05:22:10 -04:00
.github/workflows use workflows & update nimdoc cfg 2024-07-21 15:10:03 -04:00
src remove nonsensical comments 2025-05-02 05:22:10 -04:00
tests update variable names 2024-07-22 02:12:41 -04:00
.gitattributes add .gitattributes file 2024-07-21 15:12:21 -04:00
.gitignore add docs to gitignore 2024-07-22 01:43:34 -04:00
brotli.nimble bumb nimble ver 2025-05-01 05:52:56 -04:00
nimdoc.cfg use workflows & update nimdoc cfg 2024-07-21 15:10:03 -04:00
README.md init 2024-07-21 14:55:40 -04:00

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.