#sdk #wrapper #api-bindings

truesocks

A Rust SDK for truesocks API

1 stable release

1.0.0 Apr 6, 2023

#636 in #sdk

21 downloads per month

Custom license

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 and reqwest

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–25MB
~382K SLoC