1f735a34406c ^
d1b0909894a3 ^
eff5021eaa6d ^
1 2
3 4
5 6 7 8
9 10
11
12 13
#pragma once #include "ref.hh" #include <string> namespace nix { std::string compressXZ(const std::string & in); ref<std::string> decompressXZ(const std::string & in); }