Function gdal::version::version_info

source ·
pub fn version_info(key: &str) -> String
Expand description

Calls GDALVersionInfo, expecting key as one of the following values:

“VERSION_NUM”, “RELEASE_DATE”, “RELEASE_NAME”, “-–version”, “LICENSE”, “BUILD_INFO”.

See VersionInfo for a more ergonomic means of accessing these components.

Details: const char *GDALVersionInfo(const char*)