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.
tokio
and reqwest
Add the truesocks
crate to your Cargo.toml
:
toml
[dependencies]
truesocks = "0.1.0"
Contributions are welcome! Feel free to open a pull request or an issue on the GitHub repository.
This project is licensed under the GNU General Public License v3.0.