Crates.io | cobalt |
lib.rs | cobalt |
version | 0.22.0 |
source | src |
created_at | 2015-08-05 23:22:25.899123 |
updated_at | 2017-02-19 23:58:51.375689 |
description | Low level, UDP based networking library. |
homepage | |
repository | https://github.com/BonsaiDen/cobalt-rs.git |
max_upload_size | |
id | 2765 |
size | 206,541 |
A rust based networking library providing virtual connections over UDP with an included message layer supporting both unreliable messaging and reliable messages with optional in-order delivery.
Documentation for the latest master build.
Add this to your Cargo.toml
:
[dependencies]
cobalt = "0.22.0"
and this to your crate root:
extern crate cobalt;
For usage examples please refer to the documentation of the libraries server and client abstractions.
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.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.