Ruxios 🚀
Ruxios is a lightweight yet powerful HTTP request library for Rust. Inspired by libraries like Axios, Ruxios provides a straightforward but mighty interface for your Rust applications.
📦 Installation
Add this to your Cargo.toml:
[]
= { = "0.1.2" }
= { = "1.33.0", = ["full"] }
= { = "1.0.189", = ["derive"] }
= "1.0.107"
🚀 Quick Start
use *;
let api = from;
let res = api..await;
match res
💡 Features
- Clear and concise HTTP methods.
- Support for custom types for requests and responses.
- Simplified error handling.
fetch!macro for quick GET requests.
📖 Documentation
For a deeper dive, check out our full documentation.
🌱 Contributing
- Fork the repository.
- Create a new branch for your changes:
git checkout -b my-new-feature. - Commit your changes:
git commit -am 'Add some feature'. - Push to the branch:
git push origin my-new-feature. - Submit a pull request.
📝 License
This library is licensed under the MIT License. See the LICENSE file for details.