.gitignore
AI_CONTEXT.md
LICENSE
README.md
pyproject.toml
setup.py
tox.ini
.github/workflows/publish.yml
benchmarks/bench_find.py
benchmarks/bench_findcs.py
benchmarks/benchmark.py
lstring/__init__.py
lstring/_version.py
lstring/format.py
lstring/lstring.py
lstring.egg-info/PKG-INFO
lstring.egg-info/SOURCES.txt
lstring.egg-info/dependency_links.txt
lstring.egg-info/top_level.txt
lstring/include/lstring/lstring.hxx
src/_lstring.hxx
src/buffer.cxx
src/charset.hxx
src/join_buffer.hxx
src/lstring.cxx
src/lstring_concat.cxx
src/lstring_methods.cxx
src/lstring_module.cxx
src/lstring_utils.cxx
src/lstring_utils.hxx
src/mul_buffer.hxx
src/slice_buffer.hxx
src/str_buffer.hxx
src/tptr.hxx
tests/__init__.py
tests/test_lstr_balanced_concat_repr.py
tests/test_lstr_case.py
tests/test_lstr_charclass.py
tests/test_lstr_compare.py
tests/test_lstr_count.py
tests/test_lstr_delegates.py
tests/test_lstr_dict.py
tests/test_lstr_expandtabs.py
tests/test_lstr_fformat.py
tests/test_lstr_find.py
tests/test_lstr_findc.py
tests/test_lstr_findclass.py
tests/test_lstr_findcr.py
tests/test_lstr_findcs.py
tests/test_lstr_findcs_invert.py
tests/test_lstr_format.py
tests/test_lstr_index.py
tests/test_lstr_isascii.py
tests/test_lstr_istitle.py
tests/test_lstr_iterator.py
tests/test_lstr_join.py
tests/test_lstr_justify_strip.py
tests/test_lstr_mixed_concat.py
tests/test_lstr_noop_ops.py
tests/test_lstr_optimize.py
tests/test_lstr_partition.py
tests/test_lstr_printf.py
tests/test_lstr_python.py
tests/test_lstr_refcounts.py
tests/test_lstr_removeprefix_suffix.py
tests/test_lstr_replace.py
tests/test_lstr_split.py
tests/test_lstr_splitlines.py
tests/test_lstr_startswith_endswith.py
tests/test_lstr_unicode.py
tests/test_lstr_zfill.py