Top > All Packages in Directory > Vstr

Vstr - String library for network communications

'Vstr' is a string library for C designed for network communication. Its design uses chunks of ptr+length data, so adding, substituting, and deleting data are all fast operations. It can also do automatic referencing for mmap() areas of memory. Shortcut APIs are included to mmap() a file into a Vstr string, and read()/write() data to/from a Vstr string.

Another feature is a POSIX and ISO 9899:1999 compliant printf() like function, which can be extended with user supplied formatters that are gcc warning compatible. The total API is over 140 functions, but laid out in a easy to remember manner, including data parsing functions, a non-destructive split() function, and conversion functions (among others).

Obtaining

Web pagehttp://www.and.org/vstr/
Source tarballhttp://www.and.org/vstr/latest/vstr-1.0.12.tar.gz
Source informationhttp://www.and.org/vstr/#download
Latest versionhttp://www.and.org/vstr/latest/
Version 1.0.12 (stable) released on 2004-01-26
Licensed under LGPL.
This is not a GNU package.

Support contacts

Help List<james@and.org>
Developer List<james@and.org>
Bug List<james@and.org>

Project contacts

Maintainers
Developers

Related information

Interfaceslibrary
Source languagesC
Weak prerequisitesgcc+ attribute-visibility patch, Perl

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2002-07-30
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.