zstrv1.1.0
- Updated
This C++ header-only library enables the use of C++ standard iostreams to access ZLib-compressed streams.
- Project website: https://github.com/mateidavid/zstr
#Usage
The package zstr is header only and can be used from CMake via:
find_package(ZLIB REQUIRED)
target_link_libraries(main PRIVATE ZLIB::ZLIB)
find_path(ZSTR_INCLUDE_DIRS "zstr.hpp")
target_include_directories(main PRIVATE ${ZSTR_INCLUDE_DIRS})#Supported Platforms
All platforms supported.
#Features
No features defined.
#Host Dependencies
2 transitive dependencies:
- vcpkg-cmake (through zlib)
- vcpkg-cmake-config (through zlib)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
NancyLi1013
Billy O'Neal
Seeker
dan9er
chausner
toge