
6 Mar
2020
6 Mar
'20
9:53 p.m.
On 06/03/2020 19:02, Viktor Sehr via Boost wrote:
I really would appreciate if the library could be used as header only, and contained some sort of abbreviation of these convenience functions: auto compress(const std::vector<uint8_t>& uncompressed) -> std::vector<uint8_t>; auto decompress(const std::vector<uint8_t>& compressed) -> std::optional<std::vector<uint8_t>>;
Good thing the library is already header only; and thanks for the suggestion which I will definitely include some closely resembling version of because it makes total sense. Janson