Streave
A non-blocking I/O network library for Rust.
> [!WARNING]
> The library is still at an early stage and is not recommended for use in application development nor deploying the production version.
## 🔖 Description
This library consists of creating a low-level layer in the network area in which it provides tools to easily create applications of any kind using the TCP and UDP protocols without having to worry about _rewriting_ the code to make connections and listen to packet exchanges between the server and client.
## 🤝 Contributing
This project will always remain open source and any kind of contribution is welcome. By participating in this project, you agree to keep common sense and contribute in a positive way.
## 📝 License
Copyright © 2024 [João Fernandes](https://github.com/0rangeFox), this library is [MIT](LICENSE) licensed.