Crates.io | gerevs |
lib.rs | gerevs |
version | 0.1.8 |
source | src |
created_at | 2024-07-26 16:19:54.473397 |
updated_at | 2024-08-02 11:39:42.234792 |
description | Gerevs is a Rust crate for implementing general-purpose SOCKS5 proxy servers with asynchronous execution and flexible authentication methods. |
homepage | |
repository | https://github.com/itamarsch/gerevs |
max_upload_size | |
id | 1316386 |
size | 85,310 |
Welcome to Gerevs!
Gerevs is a work-in-progress Rust crate designed to simplify the creation of secure, general-purpose SOCKS5 proxies. Whether you’re building a networked application or enhancing security, Gerevs aims to provide the tools you need with minimal hassle.
Note: Gerevs is designed for server-side implementation only.
The name Gerevs is derived from the Hebrew word "גרב" (gerev), which means "sock".
To get started with Gerevs, add it to your Cargo.toml
:
[dependencies]
gerevs = "0.1.8"
Check out the Gerevs documentation for detailed usage instructions and examples.
We welcome contributions! Check out our GitHub repository to get involved.
Join us in making proxy development easier and more secure with Rust! 🚀