Skip to content

Latest commit

 

History

150 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Low level, UDP based networking library for rust.

Resources

Stars

59 stars

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages