https://github.com/tailhook/netbuf
Network buffers for rust
https://github.com/tailhook/netbuf
Last synced: 11 months ago
JSON representation
Network buffers for rust
- Host: GitHub
- URL: https://github.com/tailhook/netbuf
- Owner: tailhook
- License: apache-2.0
- Created: 2015-07-24T16:59:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T20:55:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T11:39:11.845Z (11 months ago)
- Language: Rust
- Homepage: http://tailhook.github.com/netbuf/
- Size: 601 KB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
Netbuf
======
[Documentation](https://docs.rs/netbuf) |
[Github](https://github.com/tailhook/netbuf) |
[Crate](https://crates.io/crates/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).
License
=======
Licensed under either of
* Apache License, Version 2.0,
(./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.