summaryrefslogtreecommitdiffhomepage
path: root/docs/crawstr_api.md
AgeCommit message (Collapse)Author
2023-08-17Corrected/updated string types in docs.tylov
2023-08-17Simplified access to utf8 character .chr in cstr / csview / crawstr ↵tylov
iterators. Backward compatibility kept, but deprecated.
2023-08-17Renamed "internal" csview member .str => .buf, as it is not null terminated ↵Tyge Lovset
like crawstr .str member.
2023-08-17Small refactoring.Tyge Lovset
2023-08-14Reverted csubstr => csview. Sorry about that!Tyge Løvset
Added crawstr to become the null-terminated string view.