netbuf 0.2.0

The simple to use growable buffer object with right assumptions and interface. Tuned for using it for network buffers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
======
Netbuf
======


:Status: beta
:Documentation: http://tailhook.github.io/netbuf/
:Travis:
    .. image:: https://travis-ci.org/tailhook/netbuf.svg?branch=master
        :target: https://travis-ci.org/tailhook/netbuf

The network buffer for usage in asynchronous network applications. Has right
interface for reading from network into the ``Buf`` and for parsing packets
directly from it. It also has capacity management tuned for network application
(i.e. it starts growing fast, but deallocated for idle connections).