Libtext 0.0.0 Beta 1 review

Download
by rbytes.net on

Libtext is a C library for creating, reading, and performing operations on growable text / string buffer objects with optional error

License: GPL (GNU General Public License)
File size: 0K
Developer: Ryan Daniels
0 stars award from rbytes.net

Libtext is a C library for creating, reading, and performing operations on growable text / string buffer objects with optional error callbacks. Libtext performs actions such as append, delete, find, get, insert, prepend, replace, and reverse.

Libtext can also append, insert, overwrite, and prepend printf style formats. Further options include rejecting binary characters, setting a maximum size, and setting a mask that controls for which errors the callback will be executed.

All of which can be set for each individual object. Libtext is general purpose enough that it can be used to build more complex routines, while still being simple enough to use as is in rudimentary applications with little effort, learning the API within minutes.

Libtext 0.0.0 Beta 1 keywords