StrView is a lightweight library to handle c strings created as a personal project. It can be added directly to your project and used wherever its features meet your requirements.
The library has not been extensively tested, so it may not be suitable for production-critical applications.
cc -DDEBUG -std=gnu11 -Wall -Wpedantic -Wextra -Werror -g -o strview main.c strview.c && ./strview
