C++ library to manage strings and (almost) any kind of encoded data.
Encmetric is written under the GNU Lesser General Public License (LGPL) version 3. For more informations see COPYING and COPYING.LESSER files
To build the library you need cmake version 3.20 or later and a C++ compiler that supports C++20 concepts (for example gcc
v. 11.2 or newer).
To build and install the library you can run these commands:
cmake -S src -B build
cmake --build build
cmake --install build
On Arch Linux you can use package stringsuite
in AUR, additional informations can be found at https://aur.archlinux.org/packages/stringsuite/.
See Included encodings for an up-to-date list of included encodings sort by library version.
You can take a look at our index for a quick introduction to StringSuite
library. Additional informations can be took inside the source code.