This is the library which implements IETF RFC 3986, "Uniform Resource Identifier (URI): Generic Syntax".
- C++ version:
C++14
- Build system:
CMake (minimum 3.8)
- C++ compiler:
GCC 9.4.0
- Libraries:
STL
- Tests:
googletest
cmake -B build -DCMAKE_BUILD_TYPE=<Release, Debug>
cmake --build build --config <Release, Debug>