farm-ng-core
proto_reader_writer.cpp File Reference
Include dependency graph for proto_reader_writer.cpp:

Namespaces

 farm_ng
 

Functions

auto farm_ng::writeProtobufToJsonFile (std::filesystem::path const &path, google::protobuf::Message const &proto)
 TODO: Add API docs. More...
 
auto farm_ng::writeProtobufToBinaryFile (std::filesystem::path const &path, google::protobuf::Message const &proto) -> Expected< Success >
 
auto farm_ng::readJsonStringFromJsonFile (std::filesystem::path const &path) -> Expected< std::string >
 
auto farm_ng::readBytesFromBinaryFile (std::filesystem::path const &path) -> Expected< std::string >