netbuf 0.3.6

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
17
[package]
name = "netbuf"
description = """
    The simple to use growable buffer object with right assumptions and
    interface. Tuned for using it for network buffers.
"""
readme = "README.rst"
keywords = ["buf", "netbuf", "network", "buffer", "vec"]
version = "0.3.6"
authors = ["Paul Colomiets <paul@colomiets.name>"]
license = "MIT"
documentation = "http://tailhook.github.io/netbuf/"
repository = "http://github.com/tailhook/netbuf"

[dev-dependencies]
mockstream = "0.0.2"