Registry / utility / aws-c-compression

aws-c-compression

JSON →
library0.3.2vcpkgunverified

C99 implementation of huffman encoding/decoding

vcpkg install aws-c-compression
INSTALL
IMPORT
SIG · AWS-C-COMPRESSION
A
aws-c-compression
utilitycppv0.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

aws/compression/huffman.h
#include <aws/compression/huffman.h>

Encode a string using Huffman coding

#include <aws/compression/huffman.h> #include <stdint.h> int main() { struct aws_huffman_encoder encoder; aws_huffman_encoder_init(&encoder, NULL); uint8_t output[256]; size_t output_len = sizeof(output); aws_huffman_encoder_encode(&encoder, (const uint8_t*)"hello", 5, output, &output_len); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
8
OpenAI (training)
2
Meta
1
Amazon
1
Resources

No resource links recorded.

aws-c-compression — pip install aws-c-compression · libregistry