netbuf 0.2.1

The simple to use growable buffer object with right assumptions and interface. Tuned for using it for network buffers.
Documentation
netbuf-0.2.1 has been yanked.

====== 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).