#pragma once
#include <string>
namespace fc
{
std::string zlib_compress(const std::string& in);
} // namespace fc