str
String library
A lightweight C++ string type with an optional local buffer.
Lightweight C++ string type with a configurable local buffer
248 stars
11 watching
38 forks
Language: C++
last commit: 17 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
maxim2266/str | A lightweight C library providing string manipulation functions. | 307 |
vindarel/cl-str | A modern and consistent Common Lisp library for string manipulation. | 309 |
c-cube/ocaml-containers | A modular standard library extension and string library for OCaml | 492 |
tracktion/choc | A collection of header-only classes to provide basic useful tasks with minimal dependencies. | 539 |
small-c/obj.h | A single-header implementation of OOP in pure C using the power of preprocessor and assembly hacking. | 107 |
imageworks/pystring | A set of C++ functions mimicking Python string class methods using std::string. | 954 |
sawickiap/str_view | A small C++ library for creating immutable string views into externally owned character strings. | 24 |
ocornut/imgui_club | Provides tools and extensions to enhance Dear ImGui functionality | 937 |
hamdikahloun/windows_ocr | An OCR library allowing developers to embed high-quality character recognition functionality in their products. | 18 |
burner/std.rcstring | An implementation of reference counted string functionality for D programming language strings. | 9 |
oir/barkeep | A C++ header library for displaying animations, counters, and progress bars with styling options. | 137 |
skullchap/chadstr | A C library for efficiently handling strings in various operations such as concatenation, copying, and embedding. | 824 |
colbyhall/ch_stl | An experimental C++ Standard Library project with daily updates and manual resource management. | 11 |
caseycarter/cmcstl2 | An implementation of C++ ranges with support for the One Ranges Proposal | 222 |
mnmlstc/core | A C++11 library that provides a subset of features and utilities for general-purpose programming | 248 |