1 stable release
1.0.0 | Apr 6, 2023 |
---|
#715 in #sdk
25KB
663 lines
TrueSocks SDK for Rust
truesocks
is a Rust SDK for working with the TrueSocks API. The SDK provides a simple and convenient way to interact with the API to buy, rent, and manage proxies.
It supports all API commands and abstracts away the complexity of making HTTP requests and handling JSON data.
Features
- Simple API for buying, renting, and managing proxies
- Supports all commands from v2.1 of the API
- Easy-to-use functions and structs for working with the API
- Asynchronous design using
tokio
andreqwest
Installation
Add the truesocks
crate to your Cargo.toml
:
[dependencies]
truesocks = "0.1.0"
Contributing
Contributions are welcome! Feel free to open a pull request or an issue on the GitHub repository.
License
This project is licensed under the GNU General Public License v3.0.
Dependencies
~8–22MB
~342K SLoC