11 const std::filesystem::path& file)
17 -> std::vector<uint8_t>;
Definition filesystem.hpp:8
auto file_exists_in_dir(const std::filesystem::path &root, const std::filesystem::path &file) -> expected< std::filesystem::path >
Definition filesystem.cpp:7
auto read_file_to_bin(const std::filesystem::path &path) -> std::vector< uint8_t >
Definition filesystem.cpp:31
auto read_file_to_string(const std::filesystem::path &path) -> std::string
Definition filesystem.cpp:24
std::expected< T, Err > expected
Definition result.hpp:49