#pragma once #include "ref.hh" #include namespace nix { std::string compressXZ(const std::string & in); ref decompressXZ(const std::string & in); }