# Netu Rust crate for networking utilities. Main idea of the crate is to boost online game making process but to stay generic-enough for other uses. [![Crates.io][crates-badge]][crates-url] [![MIT licensed][mit-badge]][mit-url] [crates-badge]: https://img.shields.io/crates/v/netu.svg [crates-url]: https://crates.io/crates/netu [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg [mit-url]: https://github.com/XToripuru/netu/blob/main/LICENSE [Examples](https://github.com/XToripuru/netu/tree/main/examples) ## Features - [x] Both sync and async ([tokio](https://github.com/tokio-rs/tokio/tree/master)) implementations - [x] UPnP-forwarded TcpListener - [x] Object messaging with TcpStream - [ ] Generic server implemenation ## License This project is licensed under the [MIT license](https://github.com/XToripuru/netu/blob/main/LICENSE). ## Contribution If you'd like to use this crate but feel like there's something missing - contributions implementing new features and/or new ideas are welcome.