Crates.io | netbuf |
lib.rs | netbuf |
version | 0.4.1 |
source | src |
created_at | 2015-07-24 20:23:46.426164 |
updated_at | 2018-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 | |
repository | http://github.com/tailhook/netbuf |
max_upload_size | |
id | 2668 |
size | 55,065 |
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).
Licensed under either of
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.