Utility library
#include "crow/version.hpp"
namespace Crow;
This header supplies library version information.
std::array<int, 3> version() noexcept;
Returns an array containing the major, minor, and patch version numbers.
std::string version_string();
Returns the version numbers as a string (e.g. "1.23.456"
).