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
- Host: GitHub
- URL: https://github.com/ibob/furi
- Owner: iboB
- License: mit
- Created: 2022-03-03T08:00:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T18:01:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T01:50:23.543Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 115 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.