cobalt

Crates.iocobalt
lib.rscobalt
version0.22.0
sourcesrc
created_at2015-08-05 23:22:25.899123
updated_at2017-02-19 23:58:51.375689
descriptionLow level, UDP based networking library.
homepage
repositoryhttps://github.com/BonsaiDen/cobalt-rs.git
max_upload_size
id2765
size206,541
Ivo Worms (BonsaiDen)

documentation

https://bonsaiden.github.io/cobalt-rs/doc/cobalt

README

cobalt Build Status Build status Crates.io License Coverage Status

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.

Usage

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.

License

Licensed under either of

Contribution

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.

Commit count: 150

cargo fmt