single_file_libs icon indicating copy to clipboard operation
single_file_libs copied to clipboard

Add `str` library.

Open maxim2266 opened this issue 4 years ago • 0 comments

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;

maxim2266 avatar Jan 02 '21 17:01 maxim2266