Registry / utility / bxzstr

bxzstr

JSON →
library1.2.3vcpkgunverified

A C++ header-only ZLib/libBZ2/libLZMA/Zstandard wrapper.

vcpkg install bxzstr
INSTALL
IMPORT
SIG · BXZSTR
B
bxzstr
utilitycppv1.2.3
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.

bxzstr/bxzstr.hpp
#include <bxzstr/bxzstr.hpp>

Compresses a string using zlib via bxzstr

#include "bxzstr/bxzstr.hpp" #include <iostream> #include <sstream> int main() { std::stringstream compressed; { bxz::ostream<bxz::zlib> zout(compressed); zout << "Hello, World!"; } std::cout << "Compressed data size: " << compressed.str().size() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

bxzstr — pip install bxzstr · libregistry