repo: https://github.com/zeejango/zeestrings
docs: https://zeejango.github.io/zeestrings-docs/
functions:
- concatenation
- tokenize
- reverse string
- lower strings
- upper strings
- convert []u8 to []const u8
- convert []const u8 to []u8 (safely)
- contains
- index of
- remove last index of
- are equal
purpose: - can be used to enhance readability of code
- easy to use
- fast
- safe
release: - pre-alpha release