/rope

A simple char* wrapper in C

Primary LanguageCMIT LicenseMIT

rope

A simple wrapper for char pointers in C (aka strings).

I just started writing this, so don't expect anything cool yet.

TODO

  • Make less allocations
  • Add more functionality like removing first/last n letter, searching for a substring, accessing the nth letter, etc.