From 8e2f4c1e18682d93af2f6e9fd3e876c4b4997bd6 Mon Sep 17 00:00:00 2001 From: buck-yeh Date: Sat, 26 Oct 2024 21:06:23 +0800 Subject: [PATCH] [Doc] Update `README.md` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 266178c..2eb6b07 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ ## Misc. +- [EZScape.h](include/bux/EZScape.h) - Replacement of [`curl_easy_escape()`](https://curl.se/libcurl/c/curl_easy_escape.html) & [`curl_easy_unescape()`](https://curl.se/libcurl/c/curl_easy_unescape.html) in `libcurl`. - [SafeArith.h](include/bux/SafeArith.h) - Supports to safe arithmetics. *(Not used recently)* - [XAutoPtr.h](include/bux/XAutoPtr.h) - Safe [`std::auto_ptr`](https://en.cppreference.com/w/cpp/memory/auto_ptr) dated back to pre-C++11 years. *It ain't broke ...* - [XException.h](include/bux/XException.h) - Macros to throw `std::runtime_error`, `std::logic_error`, as well as [other exceptions](https://en.cppreference.com/w/cpp/header/stdexcept), with location & formatted message.