An open API service indexing awesome lists of open source software.

https://github.com/ibob/furi

A header-only URI library for C99 and C++17
https://github.com/ibob/furi

Last synced: 10 months ago
JSON representation

A header-only URI library for C99 and C++17

Awesome Lists containing this project

README

          

# furi

A header-only URI decomposition library for C99 and C++17

## Usage

* For C include `furi/furi.h`
* For C++ include `furi/furi.hpp`

The C++ code can be made compatible for C++11 if one removes all `std::string_view` instances. They can even be guarded with a macro. This can be done if there's interest.

## License

The library is distributed under the MIT Software License. See LICENSE.txt for further details or copy [here](http://opensource.org/licenses/MIT).

Copyright © 2022-2024 Borislav Stanimirov.