netbuf

Crates.ionetbuf
lib.rsnetbuf
version0.4.1
sourcesrc
created_at2015-07-24 20:23:46.426164
updated_at2018-04-14 20:58:31.617851
description The simple to use, growable, contiguous buffer object with right assumptions and interface. Tuned for using it for network buffers.
homepage
repositoryhttp://github.com/tailhook/netbuf
max_upload_size
id2668
size55,065
Paul Colomiets (tailhook)

documentation

http://tailhook.github.io/netbuf/

README

Netbuf

Documentation | Github | Crate

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

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt