CppBinaryStream is a C++ library that provides functionality for working with buffers/binary streams.
You can find the documnetation for the CppBinaryStream in the header files.
The library uses CMake
as the build system. To build the library and the tests, follow these steps:
- Clone the repository
- Run
cmake .
- Run
cmake --build .
The library will be built as a static library which can be changed to shared if the flag BINARY_STREAM_SHARED
was specified.
To build the tests using CMake, you can pass the BINARY_STREAM_COMPILE_TESTS
flag.
If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the GNU General Public License v3.0.