Rare find

String. A C++20/23 text string implementation you can drop into your project.

github.com/ilobilo/string

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2026
  • fix: resize
May 2026
  • fix off-by-1 bug
March 2026
  • update
November 2024
  • Merge pull request #2 from Vitriol1744/master
  • basic_string(str, pos, count), argument pos was not used
July 2023
  • Fixes and updates
June 2023
  • Include <cstdlib> if available
  • Initial commit