34 releases
| 0.13.1 | Feb 27, 2022 |
|---|---|
| 0.12.0 | Jun 21, 2021 |
| 0.8.1 | Mar 6, 2021 |
#21 in #server-and-client
102 downloads per month
110KB
2.5K
SLoC
This crate provides a simply way to start a tunneler server and client that can also easily be integradted into other projects allowing you to expose your services running in a private network to be exposed through a public server
Tunneler-Core
The Core functionality of the Tunneler-Software
Description
This package provides the Core functionality regarding the Client and Server side of the Tunneler-Software as well as allowing you to integrate this Software/Protocol into your own Projects where needed.
Features
| Name | Default | Description |
|---|---|---|
| client | enabled | All the Client related code |
| server | enabled | All the Server related code |
| logging | enabled | Enables all the log related parts using the log crate |
| trace | enabled | Enables all the tracing-related parts using the tracing and tracing-futures crates |
Dependencies
~11–23MB
~304K SLoC