18 releases (breaking)

Uses old Rust 2015

0.22.0 Feb 19, 2017
0.20.0 Jan 23, 2017
0.13.0 Dec 25, 2016
0.11.0 May 10, 2016
0.5.0 Nov 9, 2015

#9 in #connection

Download history 41/week @ 2023-10-29 8/week @ 2023-11-05 9/week @ 2023-11-12 7/week @ 2023-11-19 61/week @ 2023-11-26 60/week @ 2023-12-03 8/week @ 2023-12-10 24/week @ 2023-12-17 39/week @ 2023-12-24 4/week @ 2023-12-31 6/week @ 2024-01-07 17/week @ 2024-01-14 23/week @ 2024-01-21 78/week @ 2024-01-28 4/week @ 2024-02-04 95/week @ 2024-02-11

212 downloads per month

MIT/Apache

190KB
4K SLoC

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.

Dependencies

~325–550KB