farm-ng-core
|
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 > |