About
-----
Vstr is a string library designed for network communication, but
applicable in a number of other areas. It works on the idea of
separate nodes of information, and the length/ptr model and not the
termination model of "C strings". It does dynamic resizing of strings
as you add/delete data.
It can also do automatic referencing for mmap() areas of memory, and
includes a portable version of a printf-like function (which is ISO
9899:1999 compliant, and includes support for i18n parameter position
modifiers).
Other convenience functions are also included, so you can: easily
split data from a string into sections (similar to perl's split
function); and get string data from a socket or put data to a
socket.
Download URLs
-------------
Overview: http://www.and.org/vstr/
Comparison: http://www.and.org/vstr/comparison.html
ChangeLog: http://www.and.org/vstr/ChangeLog
Tar balls
---------
http://www.and.org/vstr/1.0.0/vstr-1.0.0.tar.gz
ftp://ftp.and.org/pub/james/vstr/1.0.0/vstr-1.0.0.tar.gz
http://www.and.org/vstr/1.0.0/vstr-1.0.0.tar.bz2
ftp://ftp.and.org/pub/james/vstr/1.0.0/vstr-1.0.0.tar.bz2
RPMs
----
http://www.and.org/vstr/rpms/
ftp://ftp.and.org/pub/james/vstr/rpms/
PAD description
---------------
http://www.and.org/vstr/vstr_pad.xml
##########################################################################
# Send submissions for comp.os.linux.announce to: cola _at_ stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################