single_file_libs
single_file_libs copied to clipboard
Add `str` library.
Add str library.
The library:
- Handles both C and binary strings;
- Implements light-weight references to strings: cheap to create, copy, or pass by value;
- Supports copy and move semantics, although not enforceable by the C language;
- Provides string composition functions writing to memory, file descriptors, and file streams;