Added section to README.md and minor fixes

This commit is contained in:
David Allen 2023-07-02 08:39:10 -06:00
parent 6141a24473
commit 37b65c0939
7 changed files with 83 additions and 40 deletions

View file

@ -72,6 +72,7 @@ namespace gdpm::utils {
from.erase(part);
}
bool to_bool(const std::string& s);
std::vector<std::string> split_lines(const std::string& contents);
std::string readfile(const std::string& path);
std::string to_lower(const std::string& s);