truesocks

Crates.iotruesocks
lib.rstruesocks
version1.0.0
created_at2023-04-06 15:49:00.939075+00
updated_at2023-04-06 15:49:00.939075+00
description A Rust SDK for truesocks API
homepagehttps://github.com/c0dn/truesocks_rs
repositoryhttps://github.com/c0dn/truesocks_rs
max_upload_size
id832281
size60,565
William (c0dn)

documentation

README

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.

Commit count: 11

cargo fmt