#pragma once #include namespace kuiper::resource { class index { public: static index from_file(const std::filesystem::path& index_path) noexcept; }; } // namespace kuiper::resource