keyname_utils.hpp

Utility functions that support the keyname file naming convention.

Plays nice with the Python package keyname. https://github.com/mmore500/keyname

namespace keyname

Typedefs

using unpack_t = std::unordered_map<std::string, std::string>

Functions

inline std::string pack(const unpack_t &dict)
inline unpack_t unpack(const std::string &filename)