Get the capabilities of the runtime libgit2 library.
auto features = getLibGitFeatures(); if (features.usesSSL) { }
See Implementation
Get the capabilities of the runtime libgit2 library.