Skip to content

BonsaiDen/cobalt-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages